Searched refs:endLatch (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/transition/
H A DFadeTransitionTest.java55 assertTrue(latch.endLatch.await(400, TimeUnit.MILLISECONDS));
67 assertTrue(latch.endLatch.await(400, TimeUnit.MILLISECONDS));
94 assertTrue(inLatch.endLatch.await(400, TimeUnit.MILLISECONDS));
127 assertTrue(outLatch.endLatch.await(400, TimeUnit.MILLISECONDS));
167 public CountDownLatch endLatch = new CountDownLatch(1); field in class:FadeTransitionTest.TransitionLatch
179 endLatch.countDown();
H A DSlideTransitionTest.java65 assertTrue(latch.endLatch.await(400, TimeUnit.MILLISECONDS));
82 assertTrue(latch.endLatch.await(400, TimeUnit.MILLISECONDS));
108 public CountDownLatch endLatch = new CountDownLatch(1); field in class:SlideTransitionTest.TransitionLatch
120 endLatch.countDown();
/frameworks/support/fragment/tests/java/android/support/v4/app/test/
H A DFragmentTestActivity.java110 ((TransitionCalledListener)mListeners[i]).endLatch = new CountDownLatch(1);
161 return ((TransitionCalledListener)mListeners[transitionKey]).endLatch.getCount() == 0;
173 return l.endLatch.await(500,TimeUnit.MILLISECONDS);
188 public CountDownLatch endLatch = new CountDownLatch(1); field in class:FragmentTestActivity.TestFragment.TransitionCalledListener
200 endLatch.countDown();
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentAnimatorTest.java543 assertTrue(fragment.endLatch.await(200, TimeUnit.MILLISECONDS));
560 public CountDownLatch endLatch; field in class:FragmentAnimatorTest.AnimatorFragment
570 this.endLatch = new CountDownLatch(1);
579 endLatch.countDown();

Completed in 132 milliseconds