Searched refs:mEnterAnimationFence (Results 1 – 2 of 2) sorted by relevance
40 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in SDRTestActivity77 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()81 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()
59 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in TextureViewCtsActivity120 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()124 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()