Searched defs:RecipientEditTextView (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java103 * RecipientEditTextView is an auto complete text view for use with applications
106 public class RecipientEditTextView extends MultiAutoCompleteTextView implements class in inherits:MultiAutoCompleteTextView,OnItemClickListener,Callback,RecipientAlternatesAdapter.OnCheckedItemChangedListener,GestureDetector.OnGestureListener,OnDismissListener,OnClickListener,TextView.OnEditorActionListener
120 private static final String TAG = "RecipientEditTextView";
254 public RecipientEditTextView(Context context, AttributeSet attrs) { method in class:RecipientEditTextView
719 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RecipientEditTextView, 0,
1400 * Monitor touch events in the RecipientEditTextView.
1476 alternatesPopup.setAnchorView(RecipientEditTextView.this);
1831 * RecipientEditTextView loses focus.
1893 * replaced when the RecipientEditTextView gains focus.
1938 * the end of the RecipientEditTextView fo
[all...]

Completed in 125 milliseconds