Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewCtsActivity.java58 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in TextureViewCtsActivity
119 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()
123 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()