Searched defs:contact (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java68 Drawable getChipBackground(RecipientEntry contact) { argument
107 Drawable getChipBackground(RecipientEntry contact) { argument
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java546 private Bitmap createSelectedChip(RecipientEntry contact, TextPaint paint) { argument
554 CharSequence ellipsizedText = ellipsizeText(createChipDisplayText(contact), paint,
588 private Bitmap createUnselectedChip(RecipientEntry contact, TextPaint paint, argument
597 CharSequence ellipsizedText = ellipsizeText(createChipDisplayText(contact), paint,
608 Drawable background = getChipBackground(contact);
614 long contactId = contact.getContactId();
619 !TextUtils.isEmpty(contact.getDisplayName())));
621 byte[] photoBytes = contact.getPhotoBytes();
622 // There may not be a photo yet if anything but the first contact address
624 if (photoBytes == null && contact
668 getChipBackground(RecipientEntry contact) argument
679 constructChipSpan(RecipientEntry contact, boolean pressed, boolean leaveIconSpace) argument
[all...]

Completed in 139 milliseconds