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