Searched refs:RENDERING_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
23 private final long RENDERING_TIMEOUT = 1900; // in msec, close to 2 secs field in PlanetsSurfaceView24 private final WatchDog mWatchDog = new WatchDog(RENDERING_TIMEOUT);
28 private static final long RENDERING_TIMEOUT = 5 * 60; field in GlVboPerfTest102 .waitForGlPlanetsCompletionWithTimeout(RENDERING_TIMEOUT); in runRendering()