Searched refs:mCountdownInterval (Results 1 – 2 of 2) sorted by relevance
69 private final long mCountdownInterval; field in CountDownTimer87 mCountdownInterval = countDownInterval; in CountDownTimer()151 if (millisLeft < mCountdownInterval) {159 delay = mCountdownInterval - lastTickDuration;163 while (delay < 0) delay += mCountdownInterval;
35010 Landroid/os/CountDownTimer;->mCountdownInterval:J