Searched refs:mCountdownInterval (Results 1 – 1 of 1) sorted by relevance
54 private final long mCountdownInterval; field in CountDownTimer72 mCountdownInterval = countDownInterval; in CountDownTimer()136 if (millisLeft < mCountdownInterval) {144 delay = mCountdownInterval - lastTickDuration;148 while (delay < 0) delay += mCountdownInterval;