Searched refs:mLapsList (Results 1 – 1 of 1) sorted by relevance
53 private ListView mLapsList; field in StopwatchFragment322 mLapsList = (ListView)v.findViewById(R.id.laps_list); in onCreateView()323 mLapsList.setDividerHeight(0); in onCreateView()325 if (mLapsList != null) { in onCreateView()326 mLapsList.setAdapter(mLapsAdapter); in onCreateView()662 mLapsList.setVisibility(View.VISIBLE); in showLaps()664 mLapsList.setVisibility(View.INVISIBLE); in showLaps()