Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DSDRTestActivity.java40 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in SDRTestActivity
77 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()
81 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()
DTextureViewCtsActivity.java59 private CountDownLatch mEnterAnimationFence = new CountDownLatch(1); field in TextureViewCtsActivity
120 mEnterAnimationFence.countDown(); in onEnterAnimationComplete()
124 if (!mEnterAnimationFence.await(TIME_OUT_MS, TimeUnit.MILLISECONDS)) { in waitForEnterAnimationComplete()