Searched refs:mEnterAnimationFence (Results 1 – 2 of 2) sorted by relevance
38 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in SkottieActivity216 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()220 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()
35 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in SkottieActivity211 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()215 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()