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.java497 DrawableRecipientChip[] chips = getSortedRecipients(); in getLastChip()
1331 DrawableRecipientChip[] chips = getSortedRecipients(); in checkChipWidths()
1428 DrawableRecipientChip[] chips = getSortedRecipients(); in sanitizeEnd()
1742 DrawableRecipientChip[] recips = getSortedRecipients(); in sanitizeBetween()
2311 /* package */DrawableRecipientChip[] getSortedRecipients() { in getSortedRecipients() method in RecipientEditTextView
2439 DrawableRecipientChip[] recipients = getSortedRecipients(); in createMoreChip()
2496 DrawableRecipientChip[] recipients = getSortedRecipients(); in removeMoreChip()
3071 final DrawableRecipientChip[] existingChips = getSortedRecipients(); in onPreExecute()
3102 DrawableRecipientChip[] existingChips = getSortedRecipients(); in doInBackground()
3461 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()