Home
last modified time | relevance | path

Searched refs:endLatch (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java380 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local
389 endLatch.countDown(); in testOfMultiFloat_Array()
406 assertTrue(endLatch.await(200, TimeUnit.MILLISECONDS)); in testOfMultiFloat_Array()
475 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local
483 endLatch.countDown(); in testOfMultiInt_Array()
502 assertTrue(endLatch.await(200, TimeUnit.MILLISECONDS)); in testOfMultiInt_Array()
523 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local
546 endLatch.countDown(); in testOfObject_Converter()
558 endLatch.countDown(); in testOfObject_Converter()
580 endLatch.countDown(); in testOfObject_Converter()
[all …]
DObjectAnimatorTest.java442 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local
477 endLatch.countDown(); in testOfInt_Path()
481 assertTrue(endLatch.await(400, TimeUnit.MILLISECONDS)); in testOfInt_Path()
558 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local
565 endLatch.countDown(); in testOfMultiFloat()
582 assertTrue(endLatch.await(200, TimeUnit.MILLISECONDS)); in testOfMultiFloat()
659 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local
666 endLatch.countDown(); in testOfMultiInt()
685 assertTrue(endLatch.await(400, TimeUnit.MILLISECONDS)); in testOfMultiInt()
714 final CountDownLatch endLatch = new CountDownLatch(2); in testOfObject_Converter() local
[all …]
DValueAnimatorTest.java694 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local
700 endLatch.countDown(); in testAnimatorsEnabledImpl()
717 endLatch.await(100, TimeUnit.MILLISECONDS)); in testAnimatorsEnabledImpl()
722 endLatch.await(100, TimeUnit.MILLISECONDS)); in testAnimatorsEnabledImpl()
DAnimatorSetTest.java145 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local
150 endLatch.countDown(); in verifySequentialPlayOrder()
165 assertTrue(endLatch.await(totalDuration * 2, TimeUnit.MILLISECONDS)); in verifySequentialPlayOrder()
199 assertTrue(endLatch.await(totalDuration * 2, TimeUnit.MILLISECONDS)); in verifySequentialPlayOrder()
/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java161 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/
DFragmentAnimatorTest.java546 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()