Searched refs:hasStarted (Results 1 – 6 of 6) 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
128 EXPECT_FALSE(timeline->hasStarted()); in TEST_F()130 EXPECT_TRUE(timeline->hasStarted()); in TEST_F()
73 bool hasStarted() const { return !isNull(m_zeroTime); } in hasStarted() function