Searched refs:committedCallbackLatch (Results 1 – 1 of 1) sorted by relevance
238 final CountDownLatch committedCallbackLatch = new CountDownLatch(1); in testGenerateDisplayHash_ViewOffscreen() local240 t.addTransactionCommittedListener(mExecutor, committedCallbackLatch::countDown); in testGenerateDisplayHash_ViewOffscreen()254 committedCallbackLatch.await(WAIT_TIME_S, TimeUnit.SECONDS); in testGenerateDisplayHash_ViewOffscreen()270 final CountDownLatch committedCallbackLatch = new CountDownLatch(1); in testGenerateDisplayHash_WindowOffscreen() local272 t.addTransactionCommittedListener(mExecutor, committedCallbackLatch::countDown); in testGenerateDisplayHash_WindowOffscreen()301 committedCallbackLatch.await(WAIT_TIME_S, TimeUnit.SECONDS); in testGenerateDisplayHash_WindowOffscreen()402 final CountDownLatch committedCallbackLatch = new CountDownLatch(1); in testGenerateAndVerifyDisplayHash_MultiColor() local404 t.addTransactionCommittedListener(mExecutor, committedCallbackLatch::countDown); in testGenerateAndVerifyDisplayHash_MultiColor()431 committedCallbackLatch.await(WAIT_TIME_S, TimeUnit.SECONDS); in testGenerateAndVerifyDisplayHash_MultiColor()492 final CountDownLatch committedCallbackLatch = new CountDownLatch(1); in setupChildView() local[all …]