Searched refs:mFirstDrawLatch (Results 1 – 2 of 2) sorted by relevance
66 private final CountDownLatch mFirstDrawLatch = new CountDownLatch(1); field in SurfacePackageFlickerTest.SurfacePackageTestCase107 mFirstDrawLatch.countDown(); in start()113 return mFirstDrawLatch.await(5L * HW_TIMEOUT_MULTIPLIER, TimeUnit.SECONDS); in waitForReady()
125 private CountDownLatch mFirstDrawLatch;139 if (mFirstDrawLatch != null) {140 mFirstDrawLatch.countDown();149 mFirstDrawLatch = fence;