Home
last modified time | relevance | path

Searched refs:presenceIcon (Results 1 – 4 of 4) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java649 public ImageView presenceIcon; field in ContactFragment.ViewCache
685 views.presenceIcon = (ImageView) v.findViewById(R.id.presence_icon); in getView()
759 Drawable presenceIcon = ContactPresenceIconUtil.getPresenceIcon( in bindView() local
761 ImageView presenceIconView = views.presenceIcon; in bindView()
762 if (presenceIcon != null) { in bindView()
763 presenceIconView.setImageDrawable(presenceIcon); in bindView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntry.java53 public Drawable presenceIcon; field in ContactEntry
DContactTileView.java105 mStatus.setCompoundDrawablesWithIntrinsicBounds(entry.presenceIcon,
DContactTileAdapter.java261 contact.presenceIcon = icon; in createContactEntryFromCursor()