HomeSort by relevance Sort by last modified time
    Searched defs:itemLayout (Results 1 - 2 of 2) sorted by null

  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 696 final View itemLayout =
703 holder.text1 = (TextView) itemLayout.findViewById(android.R.id.text1);
704 holder.text2 = (TextView) itemLayout.findViewById(android.R.id.text2)
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 210 int itemLayout = getItemLayoutResId(type);
216 itemLayout = getAlternateItemLayoutResId(type);
219 return convertView != null ? convertView : mInflater.inflate(itemLayout, parent, false);

Completed in 271 milliseconds