HomeSort by relevance Sort by last modified time
    Searched refs:lapTime (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 400 long lapTime = laps[1];
402 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL, lapTime);
404 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME, lapTime);
StopwatchFragment.java 148 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time);
150 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex]));
798 final long lapTime = curTime - mLapsAdapter.getItem(1).mTotalTime;
799 mLapsAdapter.getItem(0).mLapTime = lapTime
    [all...]

Completed in 315 milliseconds