Searched refs:mLapsAdapter (Results 1 – 1 of 1) sorted by relevance
98 mLapsAdapter.setTimeText(lapInfo, this); in updateView()278 LapsListAdapter mLapsAdapter; field in StopwatchFragment328 mLapsAdapter = new LapsListAdapter(getActivity()); in onCreateView()329 mLapsList.setAdapter(mLapsAdapter); in onCreateView()435 boolean lapsVisible = mLapsAdapter.getCount() > 0; in onStart()550 mLapsAdapter.clearLaps(); in doReset()570 getLapShareTimes(mLapsAdapter.getLapTimes()))); in shareResults()600 return mLapsAdapter.getCount() >= Stopwatches.MAX_LAPS; in reachedMaxLaps()610 int size = mLapsAdapter.getCount(); in addLapTime()614 mLapsAdapter.addLap(firstLap); in addLapTime()[all …]