Searched defs:lap (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DStopWatch.java37 lap("");
48 * Record a lap.
50 public void lap(String lapLabel) { method in class:StopWatch
60 lap("");
101 public void lap(String lapLabel) { method in class:StopWatch.NullStopWatch
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java77 // Adapter for the ListView that shows the lap times.
156 public boolean updateTimeFormats(Lap lap) { argument
158 while (mLapIndex + 1 < mThresholds.length && lap.mLapTime >= mThresholds[mLapIndex]) {
163 lap.mTotalTime >= mThresholds[mTotalIndex]) {
182 // Helper function used to get the lap data to be stored in the activitys's bundle
276 // Save lap time
547 long lap = input[lap_i];
548 Log.v("lap "+lap_i+": "+lap);
549 output[lap_i] = lap
[all...]

Completed in 83 milliseconds