Searched refs:mCountdownInterval (Results 1 – 1 of 1) sorted by relevance
54 private final long mCountdownInterval; field in CountDownTimer72 mCountdownInterval = countDownInterval; in CountDownTimer()128 } else if (millisLeft < mCountdownInterval) {136 long delay = lastTickStart + mCountdownInterval - SystemClock.elapsedRealtime();140 while (delay < 0) delay += mCountdownInterval;