Searched refs:mRecipientTextView (Results 1 – 1 of 1) sorted by relevance
109 private ContactRecipientAutoCompleteView mRecipientTextView; field in ContactPickerFragment144 mRecipientTextView = (ContactRecipientAutoCompleteView) in onCreateView()146 mRecipientTextView.setThreshold(0); in onCreateView()147 mRecipientTextView.setDropDownAnchor(R.id.compose_contact_divider); in onCreateView()149 mRecipientTextView.setContactChipsListener(this); in onCreateView()150 mRecipientTextView.setDropdownChipLayouter(new ContactDropdownLayouter(inflater, in onCreateView()152 mRecipientTextView.setAdapter(new ContactRecipientAdapter(getActivity(), this)); in onCreateView()153 mRecipientTextView.addTextChangedListener(new TextWatcher() { in onCreateView()234 if ((mRecipientTextView.getInputType() & InputType.TYPE_CLASS_PHONE) != in onMenuItemClick()236 mRecipientTextView.setInputType(baseInputType | InputType.TYPE_CLASS_PHONE); in onMenuItemClick()[all …]