Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java500 item.champion = champions[i]; in loadMotoGpStats()
510 String champion; field in PrintCustomContent.MotoGpStatItem
553 TextView championView = (TextView) convertView.findViewById(R.id.champion); in getView()
554 championView.setText(item.champion); in getView()