Home
last modified time | relevance | path

Searched refs:findChip (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java1939 final DrawableRecipientChip currentChip = findChip(offset); in onTouchEvent()
2132 while (offset >= 0 && findText(editable, offset) == -1 && findChip(offset) == null) { in putOffsetInRange()
2146 private DrawableRecipientChip findChip(int offset) { in findChip() method in RecipientEditTextView
2992 DrawableRecipientChip findChip = null; in handlePaste() local
2996 while (tokenStart != 0 && findChip == null && tokenStart != prevTokenStart) { in handlePaste()
2999 findChip = findChip(tokenStart); in handlePaste()
3000 if (tokenStart == originalTokenStart && findChip == null) { in handlePaste()
3005 if (findChip != null) { in handlePaste()
3014 createdChip = findChip(tokenStart); in handlePaste()
3030 created.add(findChip(tokenStart)); in handlePaste()
[all …]