Searched refs:animationEndLatch (Results 1 – 2 of 2) sorted by relevance
123 CountDownLatch animationEndLatch = new CountDownLatch(1); in enableFullscreenMagnification_visibleBorder() local129 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() local203 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() local230 animationEndLatch.countDown(); in onScreenSizeChanged_activated_borderChangedToExpectedSize()241 .that(animationEndLatch.await(ANIMATION_TIMEOUT_MS, TimeUnit.MILLISECONDS)) in onScreenSizeChanged_activated_borderChangedToExpectedSize()
683 final CountDownLatch animationEndLatch = new CountDownLatch(1); in testResizeAnimation_withFlagAnimateResizing() local710 animationEndLatch.countDown(); in testResizeAnimation_withFlagAnimateResizing()724 assertTrue("Animation must be ended.", animationEndLatch.await(3, SECONDS)); in testResizeAnimation_withFlagAnimateResizing()