Searched refs:mEnterAnimationFence (Results 1 – 1 of 1) sorted by relevance
58 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in TextureViewCtsActivity119 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()123 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()