Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java86 private final long[] mThresholds = { field in StopwatchFragment.LapsListAdapter
158 while (mLapIndex + 1 < mThresholds.length && lap.mLapTime >= mThresholds[mLapIndex]) { in updateTimeFormats()
162 while (mTotalIndex + 1 < mThresholds.length && in updateTimeFormats()
163 lap.mTotalTime >= mThresholds[mTotalIndex]) { in updateTimeFormats()