Searched defs:endLatch (Results 1 – 6 of 6) sorted by relevance
386 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local481 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local529 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local649 final CountDownLatch endLatch = new CountDownLatch(2); in testSetConverter() local
487 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local603 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local704 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local759 final CountDownLatch endLatch = new CountDownLatch(2); in testOfObject_Converter() local
700 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimationDurationNoShortenByTinkeredScale() local743 final CountDownLatch endLatch = new CountDownLatch(1); in testAnimatorsEnabledImpl() local
146 final CountDownLatch endLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local
161 final CountDownLatch endLatch = new CountDownLatch(1); in testFadeOutTransition() local
563 CountDownLatch endLatch; field in FragmentAnimatorTest.AnimatorFragment