Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java550 TextView yearView = (TextView) convertView.findViewById(R.id.year); in getView() local
551 yearView.setText(item.year); in getView()