Searched refs:mCountdownInterval (Results 1 – 2 of 2) 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;
53047 Landroid/os/CountDownTimer;->mCountdownInterval:J