Searched refs:drawRed (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerListItem.java55 public void set(long timerLength, long timeLeft, boolean drawRed) { argument
62 mCircleView.setPassedTime(timerLength - timeLeft, drawRed);
H A DTimerFullScreenFragment.java176 boolean drawRed = o.mState != TimerObj.STATE_RESTART;
177 v.set(o.mOriginalLength, timeLeft, drawRed);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleTimerView.java95 public void setPassedTime(long time, boolean drawRed) { argument
97 // Without drawRed, mIntervalStartTime should not be set here at all, and would remain at -1
99 // If the timer is currently running, this drawRed will not be set, and will have no effect
102 // and no red will be drawn, so drawRed is used to force onDraw() to draw the red portion,
105 if (drawRed) {

Completed in 130 milliseconds