Home
last modified time | relevance | path

Searched defs:timerLength (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerListItem.java61 public void set(long timerLength, long timeLeft, boolean drawRed) { in set()
109 public void setLength(long timerLength) { in setLength()
DTimerObj.java179 public TimerObj(long timerLength, int timerId) { in TimerObj()
183 public TimerObj(long timerLength, Context context) { in TimerObj()
DTimerFullScreenFragment.java959 int timerLength = mTimerSetup.getTime(); in onFabClick() local