Searched refs:mThresholds (Results 1 – 1 of 1) sorted by relevance
86 private final long[] mThresholds = { field in StopwatchFragment.LapsListAdapter158 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()