Searched refs:chipEnd (Results 1 – 2 of 2) sorted by relevance
203 final int chipEnd = text.getSpanEnd(tuple.removedChip); in onProgressUpdate() local204 if (chipStart >= 0 && chipEnd >= 0) { in onProgressUpdate()205 text.delete(chipStart, chipEnd); in onProgressUpdate()
2506 int chipEnd; in removeMoreChip() local2515 end = chipEnd = Math.min(editable.length(), chipStart + token.length()); in removeMoreChip()2518 editable.setSpan(chip, chipStart, chipEnd, in removeMoreChip()