Home
last modified time | relevance | path

Searched refs:mEnterAnimationFence (Results 1 – 2 of 2) sorted by relevance

/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java38 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in SkottieActivity
216 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()
220 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java35 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in SkottieActivity
211 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()
215 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()