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.java115 View lapInfo; in getView() local
117 lapInfo = convertView; in getView()
119 lapInfo = mInflater.inflate(R.layout.lap_view, parent, false); in getView()
121 TextView count = (TextView)lapInfo.findViewById(R.id.lap_number); in getView()
122 TextView lapTime = (TextView)lapInfo.findViewById(R.id.lap_time); in getView()
123 TextView toalTime = (TextView)lapInfo.findViewById(R.id.lap_total); in getView()
130 lapInfo.setBackgroundColor(mBackgroundColor); in getView()
131 return lapInfo; in getView()