Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DDisplayHashManagerTest.java238 final CountDownLatch committedCallbackLatch = new CountDownLatch(1); in testGenerateDisplayHash_ViewOffscreen() local
240 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() local
272 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() local
404 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 …]