Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java195 final int chipEnd = text.getSpanEnd(tuple.removedChip); in onProgressUpdate() local
196 if (chipStart >= 0 && chipEnd >= 0) { in onProgressUpdate()
197 text.delete(chipStart, chipEnd); in onProgressUpdate()