Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
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()