Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DFullscreenMagnificationControllerTest.java123 CountDownLatch animationEndLatch = new CountDownLatch(1); in enableFullscreenMagnification_visibleBorder() local
129 animationEndLatch.countDown(); in enableFullscreenMagnification_visibleBorder()
140 .that(animationEndLatch.await(ANIMATION_TIMEOUT_MS, TimeUnit.MILLISECONDS)) in enableFullscreenMagnification_visibleBorder()
197 CountDownLatch animationEndLatch = new CountDownLatch(1); in onFullscreenMagnificationActivationChangeTrue_deactivating_reverseAnimator() local
203 animationEndLatch.countDown(); in onFullscreenMagnificationActivationChangeTrue_deactivating_reverseAnimator()
215 .that(animationEndLatch.await(ANIMATION_TIMEOUT_MS, TimeUnit.MILLISECONDS)) in onFullscreenMagnificationActivationChangeTrue_deactivating_reverseAnimator()
224 CountDownLatch animationEndLatch = new CountDownLatch(1); in onScreenSizeChanged_activated_borderChangedToExpectedSize() local
230 animationEndLatch.countDown(); in onScreenSizeChanged_activated_borderChangedToExpectedSize()
241 .that(animationEndLatch.await(ANIMATION_TIMEOUT_MS, TimeUnit.MILLISECONDS)) in onScreenSizeChanged_activated_borderChangedToExpectedSize()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java683 final CountDownLatch animationEndLatch = new CountDownLatch(1); in testResizeAnimation_withFlagAnimateResizing() local
710 animationEndLatch.countDown(); in testResizeAnimation_withFlagAnimateResizing()
724 assertTrue("Animation must be ended.", animationEndLatch.await(3, SECONDS)); in testResizeAnimation_withFlagAnimateResizing()