Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java127 CountDownLatch layoutLatch = new CountDownLatch(1); in waitForLayoutMessageQueue() local
128 mMainThreadHandler.post(layoutLatch::countDown); in waitForLayoutMessageQueue()
129 layoutLatch.await(2, TimeUnit.SECONDS); in waitForLayoutMessageQueue()