Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java117 final CountDownLatch animLatch = new CountDownLatch(properties.length); in waitForPropertyAnimations() local
119 mLayout.setTestEndActionForProperty(animLatch::countDown, property); in waitForPropertyAnimations()
122 animLatch.await(2, TimeUnit.SECONDS); in waitForPropertyAnimations()
DStackAnimationControllerTest.java307 final CountDownLatch animLatch = new CountDownLatch(1); in waitForStartPosToBeSet() local
311 animLatch.countDown(); in waitForStartPosToBeSet()
320 animLatch.await(2, TimeUnit.SECONDS); in waitForStartPosToBeSet()
DPhysicsAnimationLayoutTest.java116 final CountDownLatch animLatch = new CountDownLatch(1); in testUpdateValueNotChained() local
121 .start(animLatch::countDown); in testUpdateValueNotChained()
122 animLatch.await(1, TimeUnit.SECONDS); in testUpdateValueNotChained()