Searched refs:startedLatch (Results 1 – 1 of 1) sorted by relevance
68 assertThat(topActivity.startedLatch.await(5, TimeUnit.SECONDS)).isTrue(); in stopTransitionDrawableAlphaRestored()81 public CountDownLatch startedLatch = new CountDownLatch(1); field in ActivityTransitionDrawableTest.TestActivity107 startedLatch.countDown(); in onStart()