Searched refs:lapTime (Results 1 – 2 of 2) sorted by relevance
122 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time); in getView() local124 lapTime.setText(Stopwatches.formatTimeText(mLaps.get(position).mLapTime, in getView()635 long lapTime = curTime - ((Lap) mLapsAdapter.getItem(1)).mTotalTime; in addLapTime() local636 ((Lap)mLapsAdapter.getItem(0)).mLapTime = lapTime; in addLapTime()639 mTime.setMarkerTime(lapTime); in addLapTime()
389 long lapTime = laps[1]; in writeSharedPrefsLap() local391 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL, lapTime); in writeSharedPrefsLap()393 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME, lapTime); in writeSharedPrefsLap()