Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java494 DrawableRecipientChip[] chips = getSortedRecipients(); in getLastChip()
1328 DrawableRecipientChip[] chips = getSortedRecipients(); in checkChipWidths()
1425 DrawableRecipientChip[] chips = getSortedRecipients(); in sanitizeEnd()
1739 DrawableRecipientChip[] recips = getSortedRecipients(); in sanitizeBetween()
2308 /* package */DrawableRecipientChip[] getSortedRecipients() { in getSortedRecipients() method in RecipientEditTextView
2436 DrawableRecipientChip[] recipients = getSortedRecipients(); in createMoreChip()
2493 DrawableRecipientChip[] recipients = getSortedRecipients(); in removeMoreChip()
3068 final DrawableRecipientChip[] existingChips = getSortedRecipients(); in onPreExecute()
3099 DrawableRecipientChip[] existingChips = getSortedRecipients(); in doInBackground()
3458 final DrawableRecipientChip[] recips = getSortedRecipients(); in appendRecipientEntry()
/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java58 public DrawableRecipientChip[] getSortedRecipients() { in getSortedRecipients() method in ChipsTest.BaseMockRecipientEditTextView
87 public DrawableRecipientChip[] getSortedRecipients() { in getSortedRecipients() method in ChipsTest.MockRecipientEditTextView
289 assertEquals(view.getSortedRecipients(), null); in testTooManyRecips()