Home
last modified time | relevance | path

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

/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java386 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local
481 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local
529 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local
649 final CountDownLatch endLatch = new CountDownLatch(2); in testSetConverter() local
DObjectAnimatorTest.java487 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local
603 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local
704 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local
759 final CountDownLatch endLatch = new CountDownLatch(2); in testOfObject_Converter() local
DValueAnimatorTest.java700 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimationDurationNoShortenByTinkeredScale() local
743 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local
DAnimatorSetTest.java146 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local
/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java161 final CountDownLatch endLatch = new CountDownLatch(1); in testFadeOutTransition() local
/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java563 CountDownLatch endLatch; field in FragmentAnimatorTest.AnimatorFragment