Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2845 final DrawableRecipientChip[] existingChips = getSortedRecipients(); in onPreExecute() local
2846 Collections.addAll(originalRecipients, existingChips); in onPreExecute()
2876 DrawableRecipientChip[] existingChips = getSortedRecipients(); in doInBackground() local
2877 Collections.addAll(recipients, existingChips); in doInBackground()