Searched refs:lapInfo (Results 1 – 1 of 1) sorted by relevance
96 View lapInfo = mLapsList.findViewWithTag(this); in updateView() local97 if (lapInfo != null) { in updateView()98 mLapsAdapter.setTimeText(lapInfo, this); in updateView()165 final View lapInfo = convertView != null ? convertView in getView() local168 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() argument178 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time); in setTimeText()[all …]