Home
last modified time | relevance | path

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

/frameworks/opt/chips/sample/src/com/android/ex/chips/sample/
DMainActivity.java75 public void onRecipientChipAdded(RecipientEntry entry) { in onRecipientChipAdded() method in MainActivity
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java335 void onRecipientChipAdded(RecipientEntry entry); in onRecipientChipAdded() method
2233 mRecipientChipAddedListener.onRecipientChipAdded(entry); in onChipCreated()