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.java2505 int chipStart; in removeMoreChip() local
2514 chipStart = editable.toString().indexOf(token, end); in removeMoreChip()
2515 end = chipEnd = Math.min(editable.length(), chipStart + token.length()); in removeMoreChip()
2517 if (chipStart != -1) { in removeMoreChip()
2518 editable.setSpan(chip, chipStart, chipEnd, in removeMoreChip()