Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java74 View lapInfo = mLapsList.findViewWithTag(this); in updateView() local
138 final View lapInfo = convertView != null ? convertView in getView() local
150 protected void setTimeText(View lapInfo, Lap lap) { in setTimeText()