Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java178 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time); in setTimeText() local
180 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex])); in setTimeText()
622 final long lapTime = curTime - mLapsAdapter.getItem(1).mTotalTime; in addLapTime() local
623 mLapsAdapter.getItem(0).mLapTime = lapTime; in addLapTime()
628 mTime.setMarkerTime(lapTime); in addLapTime()
DStopwatchService.java423 long lapTime = laps[1]; in writeSharedPrefsLap() local
425 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL, lapTime); in writeSharedPrefsLap()
427 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME, lapTime); in writeSharedPrefsLap()