Searched refs:conversationLayout (Results 1 – 2 of 2) sorted by relevance
120 ConversationLayout conversationLayout = (ConversationLayout) contentView; in bind() local121 loadConversationAvatar(conversationLayout); in bind()122 CharSequence conversationTitle = conversationLayout.getConversationTitle(); in bind()126 if (conversationLayout.isOneToOne()) { in bind()130 mConversationSenderName.setText(conversationLayout.getConversationSenderName()); in bind()132 CharSequence conversationText = conversationLayout.getConversationText(); in bind()136 super.bind(conversationTitle, conversationText, conversationLayout); in bind()139 private void loadConversationAvatar(ConversationLayout conversationLayout) { in loadConversationAvatar() argument142 loadConversationAvatarWithDrawable(conversationLayout); in loadConversationAvatar()144 loadConversationAvatarWithIcon(conversationLayout); in loadConversationAvatar()[all …]
48 private val conversationLayout: ConversationLayout = view as ConversationLayout in <lambda>() constant66 messagingLinearLayout = conversationLayout.messagingLinearLayout in <lambda>()67 imageMessageContainer = conversationLayout.imageMessageContainer in <lambda>()68 messageContainers = conversationLayout.messagingGroups in <lambda>()69 with(conversationLayout) { in <lambda>()118 if (conversationLayout.isImportantConversation) in <lambda>()130 conversationLayout.showHistoricMessages(visible) in <lambda>()136 ) = conversationLayout.updateExpandability(expandable, onClickListener) in <lambda>()