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