Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java233 waitForAVDStop(callback, MAX_TIMEOUT_MS); in testReset()
248 waitForAVDStop(callback, MAX_TIMEOUT_MS); in testStop()
265 waitForAVDStop(callback, MAX_TIMEOUT_MS); in testAddCallbackBeforeStart()
286 waitForAVDStop(callback, MAX_TIMEOUT_MS); in testAddCallbackAfterTrigger()
306 waitForAVDStop(callback, MAX_TIMEOUT_MS); in testAddCallbackAfterStart()
327 waitForAVDStop(callback, MAX_TIMEOUT_MS); in testRemoveCallback()
348 waitForAVDStop(callback, MAX_TIMEOUT_MS); in testClearCallback()
355 static void waitForAVDStop(Animatable2Callback callback, long timeout) { in waitForAVDStop() method in AnimatedVectorDrawableTest
DAnimatedVectorDrawableParameterizedTest.java254 AnimatedVectorDrawableTest.waitForAVDStop(callback, MAX_TIMEOUT_MS); in testEmptyAnimatorSet()