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()
DDropdownChipLayouter.java25 public class DropdownChipLayouter { class
44 public DropdownChipLayouter(LayoutInflater inflater, Context context) { in DropdownChipLayouter() method in DropdownChipLayouter
DBaseRecipientAdapter.java41 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
449 private DropdownChipLayouter mDropdownChipLayouter;
562 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) { in setDropdownChipLayouter()
567 public DropdownChipLayouter getDropdownChipLayouter() { in getDropdownChipLayouter()
DRecipientAlternatesAdapter.java38 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
66 private DropdownChipLayouter mDropdownChipLayouter;
363 DropdownChipLayouter dropdownChipLayouter) { in RecipientAlternatesAdapter()
370 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable) { in RecipientAlternatesAdapter()
DRecipientEditTextView.java114 TextView.OnEditorActionListener, DropdownChipLayouter.ChipDeleteListener {
174 private DropdownChipLayouter mDropdownChipLayouter;
298 setDropdownChipLayouter(new DropdownChipLayouter(LayoutInflater.from(context), context)); in RecipientEditTextView()
316 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) { in setDropdownChipLayouter()