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/
DStackAnimationControllerTest.java283 final CountDownLatch animLatch = new CountDownLatch(1); in waitForStartPosToBeSet() local
287 animLatch.countDown(); in waitForStartPosToBeSet()
296 animLatch.await(2, TimeUnit.SECONDS); in waitForStartPosToBeSet()
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()
DPhysicsAnimationLayoutTest.java120 final CountDownLatch animLatch = new CountDownLatch(1); in testUpdateValueNotChained() local
125 .start(animLatch::countDown); in testUpdateValueNotChained()
126 animLatch.await(1, TimeUnit.SECONDS); in testUpdateValueNotChained()