Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DView_AnimationTest.java104 assertFalse(mAnimation.hasStarted()); in testClearBeforeAnimation()
116 assertFalse(mAnimation.hasStarted()); in testClearBeforeAnimation()
128 PollingCheck.waitFor(TIME_OUT, mAnimation::hasStarted); in testClearDuringAnimation()
132 assertTrue(mAnimation.hasStarted()); in testClearDuringAnimation()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTestUtils.java77 PollingCheck.waitFor(animation::hasStarted); in assertRunAnimation()
DAnimationTest.java257 PollingCheck.waitFor(anim::hasStarted); in testRepeatAnimation()
302 PollingCheck.waitFor(anim::hasStarted); in testRepeatAnimation()
406 assertFalse(anim.hasStarted()); in testRunAccelerateAlpha()
421 assertFalse(anim.hasStarted()); in testGetTransformation()
428 PollingCheck.waitFor(anim::hasStarted); in testGetTransformation()
DAccelerateDecelerateInterpolatorTest.java91 assertFalse(anim.hasStarted()); in testAccelerateDecelerateInterpolator()
DLinearInterpolatorTest.java97 assertFalse(anim.hasStarted()); in testLinearInterpolator()
DDecelerateInterpolatorTest.java100 assertFalse(anim.hasStarted()); in testDecelerateInterpolator()
DAccelerateInterpolatorTest.java97 assertFalse(anim.hasStarted()); in testAccelerateInterpolator()
DCycleInterpolatorTest.java89 assertFalse(anim.hasStarted()); in testCycleInterpolator()
/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java139 assertTrue(tr.getErrors(), tr.hasStarted()); in testJvmti()
264 public boolean hasStarted() { in hasStarted() method in JvmtiHostTest.TestResults