Searched defs:findChip (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1936 final DrawableRecipientChip currentChip = findChip(offset);
2129 while (offset >= 0 && findText(editable, offset) == -1 && findChip(offset) == null) {
2143 private DrawableRecipientChip findChip(int offset) { method in class:RecipientEditTextView
2989 DrawableRecipientChip findChip = null;
2993 while (tokenStart != 0 && findChip == null && tokenStart != prevTokenStart) {
2996 findChip = findChip(tokenStart);
2997 if (tokenStart == originalTokenStart && findChip == null) {
3002 if (findChip != null) {
3011 createdChip = findChip(tokenStar
[all...]

Completed in 55 milliseconds