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.java1677 DrawableRecipientChip currentChip = findChip(offset); in onTouchEvent()
1806 while (offset >= 0 && findText(editable, offset) == -1 && findChip(offset) == null) { in putOffsetInRange()
1820 private DrawableRecipientChip findChip(int offset) { in findChip() method in RecipientEditTextView
2611 DrawableRecipientChip findChip = null; in handlePaste() local
2615 while (tokenStart != 0 && findChip == null && tokenStart != prevTokenStart) { in handlePaste()
2618 findChip = findChip(tokenStart); in handlePaste()
2619 if (tokenStart == originalTokenStart && findChip == null) { in handlePaste()
2624 if (findChip != null) { in handlePaste()
2633 createdChip = findChip(tokenStart); in handlePaste()
2649 created.add(findChip(tokenStart)); in handlePaste()
[all …]