Searched refs:chipEnd (Results 1 – 1 of 1) 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()