Searched refs:chipStart (Results 1 – 1 of 1) sorted by relevance
2502 int chipStart; in removeMoreChip() local2511 chipStart = editable.toString().indexOf(token, end); in removeMoreChip()2512 end = chipEnd = Math.min(editable.length(), chipStart + token.length()); in removeMoreChip()2514 if (chipStart != -1) { in removeMoreChip()2515 editable.setSpan(chip, chipStart, chipEnd, in removeMoreChip()