Home
last modified time | relevance | path

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

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