Home
last modified time | relevance | path

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

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