Searched refs:endLatch (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/animation/src/android/animation/cts/ |
D | PropertyValuesHolderTest.java | 394 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local 403 endLatch.countDown(); in testOfMultiFloat_Array() 420 assertTrue(endLatch.await(200, TimeUnit.MILLISECONDS)); in testOfMultiFloat_Array() 489 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local 497 endLatch.countDown(); in testOfMultiInt_Array() 516 assertTrue(endLatch.await(200, TimeUnit.MILLISECONDS)); in testOfMultiInt_Array() 537 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local 560 endLatch.countDown(); in testOfObject_Converter() 572 endLatch.countDown(); in testOfObject_Converter() 594 endLatch.countDown(); in testOfObject_Converter() [all …]
|
D | ObjectAnimatorTest.java | 496 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local 531 endLatch.countDown(); in testOfInt_Path() 535 assertTrue(endLatch.await(400, TimeUnit.MILLISECONDS)); in testOfInt_Path() 612 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local 619 endLatch.countDown(); in testOfMultiFloat() 636 assertTrue(endLatch.await(200, TimeUnit.MILLISECONDS)); in testOfMultiFloat() 713 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local 720 endLatch.countDown(); in testOfMultiInt() 739 assertTrue(endLatch.await(400, TimeUnit.MILLISECONDS)); in testOfMultiInt() 768 final CountDownLatch endLatch = new CountDownLatch(2); in testOfObject_Converter() local [all …]
|
D | ValueAnimatorTest.java | 709 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimationDurationNoShortenByTinkeredScale() local 730 endLatch.countDown(); in testAnimationDurationNoShortenByTinkeredScale() 739 endLatch.await(2, TimeUnit.SECONDS); in testAnimationDurationNoShortenByTinkeredScale() 752 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local 759 endLatch.countDown(); in testAnimatorsEnabledImpl() 776 endLatch.await(100, TimeUnit.MILLISECONDS)); in testAnimatorsEnabledImpl() 781 endLatch.await(100, TimeUnit.MILLISECONDS)); in testAnimatorsEnabledImpl()
|
D | AnimatorSetTest.java | 155 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local 160 endLatch.countDown(); in verifySequentialPlayOrder() 175 assertTrue(endLatch.await(totalDuration * 2, TimeUnit.MILLISECONDS)); in verifySequentialPlayOrder() 209 assertTrue(endLatch.await(totalDuration * 2, TimeUnit.MILLISECONDS)); in verifySequentialPlayOrder()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | FadeTest.java | 161 final CountDownLatch endLatch = new CountDownLatch(1); in testFadeOutTransition() local 165 endLatch.countDown(); in testFadeOutTransition() 177 assertTrue(endLatch.await(1, TimeUnit.SECONDS)); in testFadeOutTransition()
|
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentAnimatorTest.java | 546 assertTrue(fragment.endLatch.await(1, TimeUnit.SECONDS)); in assertFragmentAnimation() 563 CountDownLatch endLatch; field in FragmentAnimatorTest.AnimatorFragment 573 this.endLatch = new CountDownLatch(1); in onCreateAnimator() 582 endLatch.countDown(); in onCreateAnimator()
|