Searched refs:lapTime (Results 1 – 2 of 2) sorted by relevance
178 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time); in setTimeText() local180 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex])); in setTimeText()622 final long lapTime = curTime - mLapsAdapter.getItem(1).mTotalTime; in addLapTime() local623 mLapsAdapter.getItem(0).mLapTime = lapTime; in addLapTime()628 mTime.setMarkerTime(lapTime); in addLapTime()
423 long lapTime = laps[1]; in writeSharedPrefsLap() local425 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_INTERVAL, lapTime); in writeSharedPrefsLap()427 editor.putLong(Stopwatches.KEY + CircleTimerView.PREF_CTV_MARKER_TIME, lapTime); in writeSharedPrefsLap()