Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DCountDownTimerTest.java62 assertThat(shadowCountDownTimer.hasStarted(), equalTo(false)); in testStart()
65 assertThat(shadowCountDownTimer.hasStarted(), equalTo(true)); in testStart()
72 assertThat(shadowCountDownTimer.hasStarted(), equalTo(true)); in testCancel()
74 assertThat(shadowCountDownTimer.hasStarted(), equalTo(false)); in testCancel()
DAnimationTest.java77 assertThat(animation.hasStarted(), equalTo(false)); in testHasStarted()
79 assertThat(animation.hasStarted(), equalTo(true)); in testHasStarted()
81 assertThat(animation.hasStarted(), equalTo(false)); in testHasStarted()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCountDownTimer.java50 public boolean hasStarted() { in hasStarted() method in ShadowCountDownTimer
DShadowAnimation.java53 public boolean hasStarted() { in hasStarted() method in ShadowAnimation