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

/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java32 import com.android.ex.chips.RecipientEditTextView;
49 class BaseMockRecipientEditTextView extends RecipientEditTextView {
146 RecipientEditTextView view = createViewForTesting();
286 (String) mTokenizer.terminateToken(RecipientEditTextView.CHIP_LIMIT + ""));
991 final RecipientEditTextView view = new RecipientEditTextView(getContext(), null);
1008 final RecipientEditTextView view = new RecipientEditTextView(getContext(), null);
/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 146 milliseconds