Searched defs:endLatch (Results 1 – 6 of 6) sorted by relevance
380 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat_Array() local475 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt_Array() local523 final CountDownLatch endLatch = new CountDownLatch(3); in testOfObject_Converter() local643 final CountDownLatch endLatch = new CountDownLatch(2); in testSetConverter() local
442 final CountDownLatch endLatch = new CountDownLatch(1); in testOfInt_Path() local558 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiFloat() local659 final CountDownLatch endLatch = new CountDownLatch(1); in testOfMultiInt() local714 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
145 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