Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java94 private int mTotalIndex = 0; field in StopwatchFragment.LapsListAdapter
127 mFormats[mTotalIndex])); in getView()
153 mLapIndex = mTotalIndex = 0; in resetTimeFormats()
162 while (mTotalIndex + 1 < mThresholds.length && in updateTimeFormats()
163 lap.mTotalTime >= mThresholds[mTotalIndex]) { in updateTimeFormats()
164 mTotalIndex++; in updateTimeFormats()