Searched refs:mLapIndex (Results 1 – 1 of 1) sorted by relevance
93 private int mLapIndex = 0; field in StopwatchFragment.LapsListAdapter125 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()