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.java122 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time); in getView() local
124 lapTime.setText(Stopwatches.formatTimeText(mLaps.get(position).mLapTime, in getView()
635 long lapTime = curTime - ((Lap) mLapsAdapter.getItem(1)).mTotalTime; in addLapTime() local
636 ((Lap)mLapsAdapter.getItem(0)).mLapTime = lapTime; in addLapTime()
639 mTime.setMarkerTime(lapTime); in addLapTime()
DStopwatchService.java389 long lapTime = laps[1]; in writeSharedPrefsLap() local
391 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL, lapTime); in writeSharedPrefsLap()
393 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME, lapTime); in writeSharedPrefsLap()