Searched refs:presenceIcon (Results 1 – 4 of 4) sorted by relevance
649 public ImageView presenceIcon; field in ContactFragment.ViewCache685 views.presenceIcon = (ImageView) v.findViewById(R.id.presence_icon); in getView()759 Drawable presenceIcon = ContactPresenceIconUtil.getPresenceIcon( in bindView() local761 ImageView presenceIconView = views.presenceIcon; in bindView()762 if (presenceIcon != null) { in bindView()763 presenceIconView.setImageDrawable(presenceIcon); in bindView()
53 public Drawable presenceIcon; field in ContactEntry
105 mStatus.setCompoundDrawablesWithIntrinsicBounds(entry.presenceIcon,
261 contact.presenceIcon = icon; in createContactEntryFromCursor()