Searched refs:mLapsAdapter (Results 1 – 1 of 1) sorted by relevance
223 LapsListAdapter mLapsAdapter; field in StopwatchFragment324 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 …]