Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactDropdownLayouter.java72 final int position, AdapterType type, final String substring, in bindView()
74 if (type != AdapterType.BASE_RECIPIENT) { in bindView()
75 if (type == AdapterType.SINGLE_RECIPIENT) { in bindView()
79 type = AdapterType.RECIPIENT_ALTERNATES; in bindView()
105 mClivHostInterface, (type == AdapterType.SINGLE_RECIPIENT), isWorkContact); in bindView()
111 AdapterType type) { in bindIconToView()
125 protected int getItemLayoutResId(AdapterType type) { in getItemLayoutResId()
137 protected int getAlternateItemLayoutResId(AdapterType type) { in getAlternateItemLayoutResId()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java25 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
39 dropdownChipLayouter.getAlternateItemLayoutResId(AdapterType.SINGLE_RECIPIENT), in SingleRecipientArrayAdapter()
49 AdapterType.SINGLE_RECIPIENT, null, mDeleteDrawable); in getView()
H A DDropdownChipLayouter.java40 public enum AdapterType { enum in DropdownChipLayouter
107 AdapterType type, String constraint) { in bindView()
118 AdapterType type, String constraint, StateListDrawable deleteDrawable) { in bindView()
202 public View newView(AdapterType type) { in newView()
209 protected View reuseOrInflateView(View convertView, ViewGroup parent, AdapterType type) { in reuseOrInflateView()
243 AdapterType type) { in bindIconToView()
358 protected @LayoutRes int getItemLayoutResId(AdapterType type) { in getItemLayoutResId()
376 protected @LayoutRes int getAlternateItemLayoutResId(AdapterType type) { in getAlternateItemLayoutResId()
H A DRecipientAlternatesAdapter.java37 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
592 convertView = mDropdownChipLayouter.newView(AdapterType.RECIPIENT_ALTERNATES); in getView()
610 AdapterType.RECIPIENT_ALTERNATES, null, mDeleteDrawable); in bindView()
615 return mDropdownChipLayouter.newView(AdapterType.RECIPIENT_ALTERNATES); in newView()
H A DBaseRecipientAdapter.java45 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
1013 AdapterType.BASE_RECIPIENT, constraint); in getView()
/aosp12/hardware/google/pixel/pixelstats/
H A Dpixelatoms.proto84 enum AdapterType { enum
114 optional AdapterType adapter_type = 2;