HomeSort by relevance Sort by last modified time
    Searched refs:DropdownChipLayouter (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 25 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
28 private final DropdownChipLayouter mDropdownChipLayouter;
32 DropdownChipLayouter dropdownChipLayouter) {
33 this(context, entry, dropdownChipLayouter, null);
37 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable) {
39 dropdownChipLayouter.getAlternateItemLayoutResId(AdapterType.SINGLE_RECIPIENT),
42 mDropdownChipLayouter = dropdownChipLayouter;
DropdownChipLayouter.java 36 public class DropdownChipLayouter {
70 public DropdownChipLayouter(LayoutInflater inflater, Context context) {
532 * A holder class the view. Uses the getters in DropdownChipLayouter to find the id of the
BaseRecipientAdapter.java 45 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
503 private DropdownChipLayouter mDropdownChipLayouter;
620 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) {
621 mDropdownChipLayouter = dropdownChipLayouter;
625 public DropdownChipLayouter getDropdownChipLayouter() {
    [all...]
RecipientAlternatesAdapter.java 37 import com.android.ex.chips.DropdownChipLayouter.AdapterType;
65 private DropdownChipLayouter mDropdownChipLayouter;
371 DropdownChipLayouter dropdownChipLayouter,
374 dropdownChipLayouter, null, permissionsCheckListener);
379 DropdownChipLayouter dropdownChipLayouter, StateListDrawable deleteDrawable,
389 mDropdownChipLayouter = dropdownChipLayouter;
RecipientEditTextView.java 92 import com.android.ex.chips.DropdownChipLayouter.PermissionRequestDismissedListener;
114 DropdownChipLayouter.ChipDeleteListener, PermissionRequestDismissedListener {
168 protected DropdownChipLayouter mDropdownChipLayouter;
338 setDropdownChipLayouter(new DropdownChipLayouter(LayoutInflater.from(context), context));
364 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) {
365 mDropdownChipLayouter = dropdownChipLayouter;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactDropdownLayouter.java 28 import com.android.ex.chips.DropdownChipLayouter;
40 * An implementation for {@link DropdownChipLayouter}. Layouts the dropdown
43 public class ContactDropdownLayouter extends DropdownChipLayouter {
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 85 import com.android.ex.chips.DropdownChipLayouter;
    [all...]

Completed in 574 milliseconds