Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java53 private ListView mLapsList; field in StopwatchFragment
322 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()