Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/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.java283 final CountDownLatch animLatch = new CountDownLatch(1); in waitForStartPosToBeSet() local
287 animLatch.countDown(); in waitForStartPosToBeSet()
296 animLatch.await(2, TimeUnit.SECONDS); in waitForStartPosToBeSet()
DPhysicsAnimationLayoutTest.java119 final CountDownLatch animLatch = new CountDownLatch(1); in testUpdateValueNotChained() local
124 .start(animLatch::countDown); in testUpdateValueNotChained()
125 animLatch.await(1, TimeUnit.SECONDS); in testUpdateValueNotChained()