Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DTransitionManagerTest.java41 waitForEnd(150); in testBeginDelayedTransition()
60 waitForEnd(150); in testGo()
90 waitForEnd(150); in testSetTransition1()
138 waitForEnd(150); in testSetTransition2()
164 waitForEnd(50); in testEndTransitions()
DBaseTransitionTest.java75 protected void waitForEnd(long waitMillis) throws InterruptedException { in waitForEnd() method in BaseTransitionTest
76 waitForEnd(mTransition.listener, waitMillis); in waitForEnd()
79 protected static void waitForEnd(SimpleTransitionListener listener, long waitMillis) in waitForEnd() method in BaseTransitionTest
DChangeScrollTest.java62 waitForEnd(listener, 100); in testChangeScroll()
/cts/tests/tests/nativeopengl/standalone/jni/tests/
DEGLCleanup_test.cpp96 bool waitForEnd() { in waitForEnd() function in android::ChainedThread
326 cht.waitForEnd(); in TEST_F()