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.java2167 int chipEnd; in removeMoreChip() local
2176 end = chipEnd = Math.min(editable.length(), chipStart + token.length()); in removeMoreChip()
2179 editable.setSpan(chip, chipStart, chipEnd, in removeMoreChip()