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.java2652 final DrawableRecipientChip[] existingChips = getSortedRecipients(); in onPreExecute() local
2653 for (int i = 0; i < existingChips.length; i++) { in onPreExecute()
2654 originalRecipients.add(existingChips[i]); in onPreExecute()
2685 DrawableRecipientChip[] existingChips = getSortedRecipients(); in doInBackground() local
2686 for (int i = 0; i < existingChips.length; i++) { in doInBackground()
2687 recipients.add(existingChips[i]); in doInBackground()