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