Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactRecipientAutoCompleteView.java203 final int chipEnd = text.getSpanEnd(tuple.removedChip); in onProgressUpdate() local
204 if (chipStart >= 0 && chipEnd >= 0) { in onProgressUpdate()
205 text.delete(chipStart, chipEnd); in onProgressUpdate()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2506 int chipEnd; in removeMoreChip() local
2515 end = chipEnd = Math.min(editable.length(), chipStart + token.length()); in removeMoreChip()
2518 editable.setSpan(chip, chipStart, chipEnd, in removeMoreChip()