Home
last modified time | relevance | path

Searched refs:DropdownChipLayouter (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DSingleRecipientArrayAdapter.java25 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
28 private final DropdownChipLayouter mDropdownChipLayouter;
32 DropdownChipLayouter dropdownChipLayouter) { in SingleRecipientArrayAdapter()
37 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable) { in SingleRecipientArrayAdapter()
DRecipientAlternatesAdapter.java37 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
65 private DropdownChipLayouter mDropdownChipLayouter;
371 DropdownChipLayouter dropdownChipLayouter, in RecipientAlternatesAdapter()
379 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable, in RecipientAlternatesAdapter()
DBaseRecipientAdapter.java45 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
503 private DropdownChipLayouter mDropdownChipLayouter;
620 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) { in setDropdownChipLayouter()
625 public DropdownChipLayouter getDropdownChipLayouter() { in getDropdownChipLayouter()
DDropdownChipLayouter.java36 public class DropdownChipLayouter { class
70 public DropdownChipLayouter(LayoutInflater inflater, Context context) { in DropdownChipLayouter() method in DropdownChipLayouter
DRecipientEditTextView.java95 import com.android.ex.chips.DropdownChipLayouter.PermissionRequestDismissedListener;
118 DropdownChipLayouter.ChipDeleteListener, PermissionRequestDismissedListener {
175 protected DropdownChipLayouter mDropdownChipLayouter;
377 setDropdownChipLayouter(new DropdownChipLayouter(LayoutInflater.from(context), context)); in RecipientEditTextView()
403 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) { in setDropdownChipLayouter()