Searched defs:startLatch (Results 1 – 3 of 3) sorted by relevance
29 public CountDownLatch startLatch = new CountDownLatch(1); field in SimpleTransitionListener
572 public CountDownLatch startLatch = new CountDownLatch(1); field in TransitionTest.AnimationStartListener
109 final CountDownLatch startLatch = new CountDownLatch(1); in verifySequentialPlayOrder() local