Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2281 int chipStart; in removeMoreChip() local
2290 chipStart = editable.toString().indexOf(token, end); in removeMoreChip()
2291 end = chipEnd = Math.min(editable.length(), chipStart + token.length()); in removeMoreChip()
2293 if (chipStart != -1) { in removeMoreChip()
2294 editable.setSpan(chip, chipStart, chipEnd, in removeMoreChip()