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