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.java1936 final DrawableRecipientChip currentChip = findChip(offset); in onTouchEvent()
2129 while (offset >= 0 && findText(editable, offset) == -1 && findChip(offset) == null) { in putOffsetInRange()
2143 private DrawableRecipientChip findChip(int offset) { in findChip() method in RecipientEditTextView
2989 DrawableRecipientChip findChip = null; in handlePaste() local
2993 while (tokenStart != 0 && findChip == null && tokenStart != prevTokenStart) { in handlePaste()
2996 findChip = findChip(tokenStart); in handlePaste()
2997 if (tokenStart == originalTokenStart && findChip == null) { in handlePaste()
3002 if (findChip != null) { in handlePaste()
3011 createdChip = findChip(tokenStart); in handlePaste()
3027 created.add(findChip(tokenStart)); in handlePaste()
[all …]