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

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

Completed in 27 milliseconds