Searched refs:badge (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DRecipientListActivity.java147 QuickContactBadge badge = (QuickContactBadge)listItemView.findViewById(R.id.avatar);
149 badge.assignContactUri(contact.getUri());
151 badge.assignContactFromPhone(contact.getNumber(), true);
154 badge.setImageDrawable(avatarDrawable);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DAttendeesView.java206 final QuickContactBadge badgeView = (QuickContactBadge) view.findViewById(R.id.badge);
208 Drawable badge = null;
211 badge = mRecycledPhotos.get(item.mAttendee.mEmail);
213 if (badge != null) {
214 item.mBadge = badge;
260 // photo instead of the default badge thus prevent switching between the two while the
H A DEditEventHelper.java244 public AttendeeItem(Attendee attendee, Drawable badge) { argument
246 mBadge = badge;
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java961 QuickContactBadge badge = (QuickContactBadge) result.findViewById(R.id.badge);
962 badge.assignContactUri(member.getLookupUri());
978 mPhotoManager.loadPhoto(badge, member.getPhotoUri(),
979 ViewUtil.getConstantPreLayoutWidth(badge), false, true /* isCircular */,
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java726 // Do not add the same badge twice
747 for (ImageView badge : mBadges) {
748 mBadgeContainer.addView(badge);

Completed in 178 milliseconds