Searched refs:mDrawCompleteLatch (Results 1 – 2 of 2) sorted by relevance
266 private final CountDownLatch mDrawCompleteLatch = new CountDownLatch(1); field in AttachedSurfaceControlTest.GreenAnchorViewWithInsets318 t.addTransactionCommittedListener(Runnable::run, mDrawCompleteLatch::countDown); in attachChildSc()336 mDrawCompleteLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in waitForDrawn()
512 private final CountDownLatch mDrawCompleteLatch = new CountDownLatch(1); field in SurfaceControlInputReceiverTests.AnchorView552 t.addTransactionCommittedListener(Runnable::run, mDrawCompleteLatch::countDown); in attachChildSc()568 mDrawCompleteLatch.await(WAIT_TIME_S, TimeUnit.SECONDS)); in waitForDrawn()