Home
last modified time | relevance | path

Searched refs:mDrawCompleteLatch (Results 1 – 2 of 2) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DAttachedSurfaceControlTest.java266 private final CountDownLatch mDrawCompleteLatch = new CountDownLatch(1); field in AttachedSurfaceControlTest.GreenAnchorViewWithInsets
318 t.addTransactionCommittedListener(Runnable::run, mDrawCompleteLatch::countDown); in attachChildSc()
336 mDrawCompleteLatch.await(WAIT_TIMEOUT_S, TimeUnit.SECONDS)); in waitForDrawn()
DSurfaceControlInputReceiverTests.java512 private final CountDownLatch mDrawCompleteLatch = new CountDownLatch(1); field in SurfaceControlInputReceiverTests.AnchorView
552 t.addTransactionCommittedListener(Runnable::run, mDrawCompleteLatch::countDown); in attachChildSc()
568 mDrawCompleteLatch.await(WAIT_TIME_S, TimeUnit.SECONDS)); in waitForDrawn()