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.java472 private Bitmap createSelectedChip(RecipientEntry contact, TextPaint paint, Layout layout) { argument
480 CharSequence ellipsizedText = ellipsizeText(createChipDisplayText(contact), paint,
514 private Bitmap createUnselectedChip(RecipientEntry contact, TextPaint paint, Layout layout, argument
523 CharSequence ellipsizedText = ellipsizeText(createChipDisplayText(contact), paint,
534 Drawable background = getChipBackground(contact);
540 long contactId = contact.getContactId();
545 !TextUtils.isEmpty(contact.getDisplayName())));
547 byte[] photoBytes = contact.getPhotoBytes();
548 // There may not be a photo yet if anything but the first contact address
550 if (photoBytes == null && contact
594 getChipBackground(RecipientEntry contact) argument
606 constructChipSpan(RecipientEntry contact, int offset, boolean pressed, boolean leaveIconSpace) argument
[all...]

Completed in 67 milliseconds