Home | History | Annotate | Download | only in os

Lines Matching defs:onTick

28  *     public void onTick(long millisUntilFinished) {
38 * The calls to {@link #onTick(long)} are synchronized to this object so that
39 * one call to {@link #onTick(long)} won't ever occur before the previous
41 * {@link #onTick(long)} takes an amount of time to execute that is significant
68 * {@link #onTick(long)} callbacks.
102 public abstract void onTick(long millisUntilFinished);
130 onTick(millisLeft);
132 // take into account user's onTick taking time to execute
140 // special case: user's onTick took more than interval to
146 // special case: user's onTick took more than interval to