HomeSort by relevance Sort by last modified time
    Searched defs:setDropdownChipLayouter (Results 1 - 3 of 3) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactPickerFragment.java 150 mRecipientTextView.setDropdownChipLayouter(new ContactDropdownLayouter(inflater,
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 566 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) {
    [all...]
RecipientEditTextView.java 306 setDropdownChipLayouter(new DropdownChipLayouter(LayoutInflater.from(context), context));
332 public void setDropdownChipLayouter(DropdownChipLayouter dropdownChipLayouter) {
536 baseAdapter.setDropdownChipLayouter(mDropdownChipLayouter);
    [all...]

Completed in 81 milliseconds