Package org.robolectric.shadows
Class ShadowCountDownTimer
java.lang.Object
org.robolectric.shadows.ShadowCountDownTimer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
__constructor__
(long millisInFuture, long countDownInterval) protected void
cancel()
long
long
boolean
void
void
invokeTick
(long millisUntilFinished) protected CountDownTimer
start()
-
Constructor Details
-
ShadowCountDownTimer
public ShadowCountDownTimer()
-
-
Method Details
-
__constructor__
-
start
-
cancel
-
invokeTick
public void invokeTick(long millisUntilFinished) -
invokeFinish
public void invokeFinish() -
hasStarted
public boolean hasStarted() -
getCountDownInterval
public long getCountDownInterval() -
getMillisInFuture
public long getMillisInFuture()
-