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

/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java63 Drawable getChipBackground(RecipientEntry contact) { argument
102 Drawable getChipBackground(RecipientEntry contact) { argument
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java451 private Bitmap createSelectedChip(RecipientEntry contact, TextPaint paint, Layout layout) { argument
459 CharSequence ellipsizedText = ellipsizeText(createChipDisplayText(contact), paint,
493 private Bitmap createUnselectedChip(RecipientEntry contact, TextPaint paint, Layout layout) { argument
501 CharSequence ellipsizedText = ellipsizeText(createChipDisplayText(contact), paint,
512 Drawable background = getChipBackground(contact);
518 if (contact.getContactId() != RecipientEntry.INVALID_CONTACT) {
519 byte[] photoBytes = contact.getPhotoBytes();
520 // There may not be a photo yet if anything but the first contact address
522 if (photoBytes == null && contact.getPhotoThumbnailUri() != null) {
524 ((BaseRecipientAdapter) getAdapter()).fetchPhoto(contact, contac
567 getChipBackground(RecipientEntry contact) argument
579 constructChipSpan(RecipientEntry contact, int offset, boolean pressed) argument
[all...]

Completed in 65 milliseconds