Searched refs:removedChip (Results 1 – 1 of 1) sorted by relevance
129 public final DrawableRecipientChip removedChip; field in ContactRecipientAutoCompleteView.ChipReplacementTuple132 public ChipReplacementTuple(final DrawableRecipientChip removedChip, in ChipReplacementTuple() argument134 this.removedChip = removedChip; in ChipReplacementTuple()200 if (tuple.removedChip != null) { in onProgressUpdate()202 final int chipStart = text.getSpanStart(tuple.removedChip); in onProgressUpdate()203 final int chipEnd = text.getSpanEnd(tuple.removedChip); in onProgressUpdate()