Home
last modified time | relevance | path

Searched refs:mLapsAdapter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java223 LapsListAdapter mLapsAdapter; field in StopwatchFragment
324 mLapsAdapter = new LapsListAdapter(getActivity()); in onCreateView()
326 mLapsList.setAdapter(mLapsAdapter); in onCreateView()
435 mLapsAdapter.clearLaps(); in doReset()
546 getLapShareTimes(mLapsAdapter.getLapTimes()))); in getShareIntent()
596 return mLapsAdapter.getCount() >= Stopwatches.MAX_LAPS; in reachedMaxLaps()
625 int size = mLapsAdapter.getCount(); in addLapTime()
630 mLapsAdapter.addLap(firstLap); in addLapTime()
631 mLapsAdapter.addLap(new Lap(0, curTime)); in addLapTime()
633 mLapsAdapter.updateTimeFormats(firstLap); in addLapTime()
[all …]