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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1420 RecipientChip currentChip = findChip(offset);
1526 while (offset >= 0 && findText(editable, offset) == -1 && findChip(offset) == null) {
1540 private RecipientChip findChip(int offset) { method in class:RecipientEditTextView
2327 RecipientChip findChip = null;
2331 while (tokenStart != 0 && findChip == null) {
2334 findChip = findChip(tokenStart);
2337 if (findChip != null) {
2346 createdChip = findChip(tokenStart);
2362 created.add(findChip(tokenStar
[all...]

Completed in 72 milliseconds