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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java25 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
28 private final DropdownChipLayouter mDropdownChipLayouter;
32 DropdownChipLayouter dropdownChipLayouter) {
37 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable) {
H A DDropdownChipLayouter.java32 public class DropdownChipLayouter { class
52 public DropdownChipLayouter(LayoutInflater inflater, Context context) { method in class:DropdownChipLayouter
414 * A holder class the view. Uses the getters in DropdownChipLayouter to find the id of the
H A DBaseRecipientAdapter.java41 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
453 private DropdownChipLayouter mDropdownChipLayouter;
566 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) {
571 public DropdownChipLayouter getDropdownChipLayouter() {
H A DRecipientAlternatesAdapter.java38 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
66 private DropdownChipLayouter mDropdownChipLayouter;
363 DropdownChipLayouter dropdownChipLayouter) {
370 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable) {
H A DRecipientEditTextView.java118 TextView.OnEditorActionListener, DropdownChipLayouter.ChipDeleteListener {
182 private DropdownChipLayouter mDropdownChipLayouter;
306 setDropdownChipLayouter(new DropdownChipLayouter(LayoutInflater.from(context), context));
332 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) {

Completed in 44 milliseconds