Searched refs:hasStarted (Results 1 – 9 of 9) sorted by relevance
104 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()
77 PollingCheck.waitFor(animation::hasStarted); in assertRunAnimation()
257 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()
91 assertFalse(anim.hasStarted()); in testAccelerateDecelerateInterpolator()
97 assertFalse(anim.hasStarted()); in testLinearInterpolator()
100 assertFalse(anim.hasStarted()); in testDecelerateInterpolator()
97 assertFalse(anim.hasStarted()); in testAccelerateInterpolator()
89 assertFalse(anim.hasStarted()); in testCycleInterpolator()
139 assertTrue(tr.getErrors(), tr.hasStarted()); in testJvmti()264 public boolean hasStarted() { in hasStarted() method in JvmtiHostTest.TestResults