Searched defs:mLapsList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java58 private ListView mLapsList; field in class:StopwatchFragment
86 View lapInfo = mLapsList.findViewWithTag(this);
335 mLapsList = (ListView)v.findViewById(R.id.laps_list);
336 mLapsList.setDividerHeight(0);
338 mLapsList.setAdapter(mLapsAdapter);
377 if (view == mLapsList) {
382 int first = mLapsList.getFirstVisiblePosition();
383 int last = mLapsList.getLastVisiblePosition();
391 View lapView = mLapsList.getChildAt(visibleIndex - first);
414 int last = mLapsList
[all...]

Completed in 38 milliseconds