Searched defs:AdapterType (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java40 public enum AdapterType { enum in class:DropdownChipLayouter
107 AdapterType type, String constraint) {
112 * See {@link #bindView(View, ViewGroup, RecipientEntry, int, AdapterType, String)}
118 AdapterType type, String constraint, StateListDrawable deleteDrawable) {
200 * Returns a new view with {@link #getItemLayoutResId(AdapterType)}.
202 public View newView(AdapterType type) {
209 protected View reuseOrInflateView(View convertView, ViewGroup parent, AdapterType type) {
243 AdapterType type) {
358 protected @LayoutRes int getItemLayoutResId(AdapterType type) {
376 protected @LayoutRes int getAlternateItemLayoutResId(AdapterType typ
[all...]

Completed in 237 milliseconds