Home
last modified time | relevance | path

Searched refs:itemLayout (Results 1 – 2 of 2) 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()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentBuilderView.java183 View itemLayout = mInflater.inflate(itemLayoutRes, layout, in fillCheckBoxLayout() local
185 CheckBox itemView = itemLayout.findViewById(itemViewId); in fillCheckBoxLayout()
190 layout.addView(itemLayout); in fillCheckBoxLayout()