Home
last modified time | relevance | path

Searched refs:maxLapTime (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.kt176 var maxLapTime: Long = 0 in canAddMoreLaps() variable in com.android.deskclock.data.StopwatchModel
182 maxLapTime = max(maxLapTime, lap.lapTime) in canAddMoreLaps()
188 maxLapTime = max(maxLapTime, currentLapTime) in canAddMoreLaps()
191 return maxLapTime in canAddMoreLaps()