Searched refs:getTotalLength (Results 1 – 4 of 4) sorted by relevance
124 editor.putLong(TOTAL_LENGTH + id, timer.getTotalLength()); in addTimer()133 return new Timer(id, timer.getState(), timer.getLength(), timer.getTotalLength(), in addTimer()149 editor.putLong(TOTAL_LENGTH + id, timer.getTotalLength()); in updateTimer()
117 public long getTotalLength() { return mTotalLength; } in getTotalLength() method in Timer153 return getTotalLength() - getRemainingTime(); in getElapsedTime()
128 … redPercent = Math.min(1, (float) mTimer.getElapsedTime() / (float) mTimer.getTotalLength()); in onDraw()
4000 method getTotalLength