Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java96 View lapInfo = mLapsList.findViewWithTag(this); in updateView() local
97 if (lapInfo != null) { in updateView()
98 mLapsAdapter.setTimeText(lapInfo, this); in updateView()
165 final View lapInfo = convertView != null ? convertView in getView() local
168 lapInfo.setTag(lap); in getView()
170 TextView count = (TextView) lapInfo.findViewById(R.id.lap_number); in getView()
172 setTimeText(lapInfo, lap); in getView()
174 return lapInfo; in getView()
177 protected void setTimeText(View lapInfo, Lap lap) { in setTimeText() argument
178 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time); in setTimeText()
[all …]