Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DLapsAdapter.kt48 private var mLastFormattedLapTimeLength = 0 variable
156 mLastFormattedLapTimeLength = 0 in clearLaps()
232 if (!isBinding && mLastFormattedLapTimeLength != newLength) { in formatLapTime()
233 mLastFormattedLapTimeLength = newLength in formatLapTime()