Searched refs:getAccumulatedTime (Results 1 – 6 of 6) sorted by relevance
149 final long prevAccumulatedTime = laps.isEmpty() ? 0 : laps.get(0).getAccumulatedTime(); in addLap()199 final long currentLapTime = stopwatch.getTotalTime() - laps.get(0).getAccumulatedTime(); in getLongestLapTime()216 final long currentLapTime = time - previousLap.getAccumulatedTime(); in getCurrentLapTime()
41 public long getAccumulatedTime() { return mAccumulatedTime; } in getAccumulatedTime() method in Lap
81 public long getAccumulatedTime() { in getAccumulatedTime() method in Stopwatch
89 .putLong(ACCUMULATED_TIME, stopwatch.getAccumulatedTime()); in setStopwatch()
130 final long currentLapTime = stopwatch.getTotalTime() - priorLap.getAccumulatedTime(); in onDraw()
99 totalTime = lap.getAccumulatedTime(); in onBindViewHolder()