Searched refs:hasStarted (Results 1 – 4 of 4) sorted by relevance
62 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()
77 assertThat(animation.hasStarted(), equalTo(false)); in testHasStarted()79 assertThat(animation.hasStarted(), equalTo(true)); in testHasStarted()81 assertThat(animation.hasStarted(), equalTo(false)); in testHasStarted()
50 public boolean hasStarted() { in hasStarted() method in ShadowCountDownTimer
53 public boolean hasStarted() { in hasStarted() method in ShadowAnimation