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

  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 147 int itemLayout = getItemLayoutResId(type);
153 itemLayout = getAlternateItemLayoutResId(type);
156 return convertView != null ? convertView : mInflater.inflate(itemLayout, parent, false);
  /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...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectVisibleCalendarsFragment.java 76 public SelectVisibleCalendarsFragment(int itemLayout) {
77 mCalendarItemLayout = itemLayout;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SectionedAlbumDataAdapter.java 44 int headerLayout, int itemLayout, List<PhotoSource.AlbumData> objects) {
47 mAlbumData = new AlbumDataAdapter(context, settings, itemLayout, objects);

Completed in 3408 milliseconds