Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java93 private int mLapIndex = 0; field in StopwatchFragment.LapsListAdapter
125 mFormats[mLapIndex])); in getView()
153 mLapIndex = mTotalIndex = 0; in resetTimeFormats()
158 while (mLapIndex + 1 < mThresholds.length && lap.mLapTime >= mThresholds[mLapIndex]) { in updateTimeFormats()
159 mLapIndex++; in updateTimeFormats()