Searched refs:mLapTime (Results 1 – 1 of 1) sorted by relevance
65 mLapTime = 0; in Lap()70 mLapTime = time; in Lap()73 public long mLapTime; field in StopwatchFragment.Lap124 lapTime.setText(Stopwatches.formatTimeText(mLaps.get(position).mLapTime, in getView()158 while (mLapIndex + 1 < mThresholds.length && lap.mLapTime >= mThresholds[mLapIndex]) { in updateTimeFormats()636 ((Lap)mLapsAdapter.getItem(0)).mLapTime = lapTime; in addLapTime()654 curLap.mLapTime = totalTime - ((Lap)mLapsAdapter.getItem(1)).mTotalTime; in updateCurrentLap()