Class ShadowCountDownTimer

java.lang.Object
org.robolectric.shadows.ShadowCountDownTimer

@Implements(android.os.CountDownTimer.class) public class ShadowCountDownTimer extends Object
  • Constructor Details

    • ShadowCountDownTimer

      public ShadowCountDownTimer()
  • Method Details

    • __constructor__

      @Implementation protected void __constructor__(long millisInFuture, long countDownInterval)
    • start

      @Implementation protected CountDownTimer start()
    • cancel

      @Implementation protected void cancel()
    • invokeTick

      public void invokeTick(long millisUntilFinished)
    • invokeFinish

      public void invokeFinish()
    • hasStarted

      public boolean hasStarted()
    • getCountDownInterval

      public long getCountDownInterval()
    • getMillisInFuture

      public long getMillisInFuture()