Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTestCtsActivity.java26 final static long VISIBLE_TIMEOUT = TimeUnit.SECONDS.toNanos(3); field in AnimationTestCtsActivity
53 while (!mIsVisible && (System.nanoTime() - start) < VISIBLE_TIMEOUT) { in waitUntilVisible()