Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/chips/sample/src/com/android/ex/chips/sample/
H A DMainActivity.java27 import com.android.ex.chips.RecipientEditTextView.RecipientChipAddedListener;
33 RecipientChipAddedListener {
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java248 private RecipientChipAddedListener mRecipientChipAddedListener;
329 public interface RecipientChipAddedListener { interface in RecipientEditTextView
421 public void setRecipientChipAddedListener(RecipientChipAddedListener listener) { in setRecipientChipAddedListener()