Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java159 private Icon mConversationIcon; field in ConversationLayout
604 mConversationIcon = mShortcutIcon; in computeAndSetConversationAvatarAndName()
618 if (mConversationIcon == null) { in computeAndSetConversationAvatarAndName()
624 mConversationIcon = avatarIcon; in computeAndSetConversationAvatarAndName()
630 if (mConversationIcon == null) { in computeAndSetConversationAvatarAndName()
631 mConversationIcon = mLargeIcon; in computeAndSetConversationAvatarAndName()
633 if (mIsOneToOne || mConversationIcon != null) { in computeAndSetConversationAvatarAndName()
636 mConversationIconView.setImageIcon(mConversationIcon); in computeAndSetConversationAvatarAndName()
1599 return mConversationIcon; in getConversationIcon()