Searched refs:chipStart (Results 1 – 1 of 1) sorted by relevance
2281 int chipStart; in removeMoreChip() local2290 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()