Searched defs:mMoreChip (Results 1 - 1 of 1) sorted by path

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java154 private ImageSpan mMoreChip; field in class:RecipientEditTextView
922 mMoreChip = getMoreChip();
923 if (mMoreChip != null) {
924 lastSpan = mMoreChip;
1804 mMoreChip = moreSpan;
1843 mMoreChip = null;
1877 mMoreChip = moreSpan;
1890 if (mMoreChip != null) {
1892 span.removeSpan(mMoreChip);
1893 mMoreChip
[all...]

Completed in 46 milliseconds