Searched refs:mConversationIcon (Results 1 – 1 of 1) sorted by relevance
159 private Icon mConversationIcon; field in ConversationLayout604 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()