Searched defs:currentLapTime (Results 1 – 2 of 2) sorted by relevance
170 final long currentLapTime = stopwatch.getTotalTime() - laps.get(0).getAccumulatedTime(); in getLongestLapTime() local187 final long currentLapTime = time - previousLap.getAccumulatedTime(); in getCurrentLapTime() local
129 final long currentLapTime = stopwatch.getTotalTime() - priorLap.getAccumulatedTime(); in onDraw() local