Home
last modified time | relevance | path

Searched refs:removedChip (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java129 public final DrawableRecipientChip removedChip; field in ContactRecipientAutoCompleteView.ChipReplacementTuple
132 public ChipReplacementTuple(final DrawableRecipientChip removedChip, in ChipReplacementTuple() argument
134 this.removedChip = removedChip; in ChipReplacementTuple()
192 if (tuple.removedChip != null) { in onProgressUpdate()
194 final int chipStart = text.getSpanStart(tuple.removedChip); in onProgressUpdate()
195 final int chipEnd = text.getSpanEnd(tuple.removedChip); in onProgressUpdate()