Searched refs:VISIBLE_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
26 final static long VISIBLE_TIMEOUT = TimeUnit.SECONDS.toNanos(3); field in AnimationTestCtsActivity53 while (!mIsVisible && (System.nanoTime() - start) < VISIBLE_TIMEOUT) { in waitUntilVisible()