Searched refs:chipStart (Results 1 – 1 of 1) sorted by relevance
202 final int chipStart = text.getSpanStart(tuple.removedChip); in onProgressUpdate() local204 if (chipStart >= 0 && chipEnd >= 0) { in onProgressUpdate()205 text.delete(chipStart, chipEnd); in onProgressUpdate()