Searched refs:VisibleRecipientChip (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
H A DVisibleRecipientChip.java28 * VisibleRecipientChip defines an ImageSpan that contains information relevant to a
31 public class VisibleRecipientChip extends ImageSpan implements DrawableRecipientChip { class in inherits:ImageSpan,DrawableRecipientChip
34 public VisibleRecipientChip(final Drawable drawable, final RecipientEntry entry) { method in class:VisibleRecipientChip
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java35 import com.android.ex.chips.recipientchip.VisibleRecipientChip;;
940 mMockRecips[i] = new VisibleRecipientChip(null, mMockEntries[i]);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java89 import com.android.ex.chips.recipientchip.VisibleRecipientChip;
701 DrawableRecipientChip recipientChip = new VisibleRecipientChip(result, contact);

Completed in 59 milliseconds