HomeSort by relevance Sort by last modified time
    Searched refs:chipStart (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAutoCompleteView.java 194 final int chipStart = text.getSpanStart(tuple.removedChip);
196 if (chipStart >= 0 && chipEnd >= 0) {
197 text.delete(chipStart, chipEnd);
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]

Completed in 59 milliseconds