OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lapTime
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java
122
TextView
lapTime
= (TextView)lapInfo.findViewById(R.id.lap_time);
124
lapTime
.setText(Stopwatches.formatTimeText(mLaps.get(position).mLapTime,
635
long
lapTime
= curTime - ((Lap) mLapsAdapter.getItem(1)).mTotalTime;
636
((Lap)mLapsAdapter.getItem(0)).mLapTime =
lapTime
;
639
mTime.setMarkerTime(
lapTime
);
641
// mTime.setIntervalTime(
lapTime
* 10);
[
all
...]
StopwatchService.java
389
long
lapTime
= laps[1];
391
editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL,
lapTime
);
393
editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME,
lapTime
);
Completed in 37 milliseconds