Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java696 final View itemLayout = in newView() local
703 holder.text1 = (TextView) itemLayout.findViewById(android.R.id.text1); in newView()
704 holder.text2 = (TextView) itemLayout.findViewById(android.R.id.text2); in newView()
705 holder.icon = (QuickContactBadge) itemLayout.findViewById(android.R.id.icon); in newView()
709 itemLayout.setTag(holder); in newView()
712 return itemLayout; in newView()