Searched refs:conversationLayout (Results 1 – 2 of 2) sorted by relevance
94 ConversationLayout conversationLayout = (ConversationLayout) contentView; in bind() local95 Icon conversationIcon = conversationLayout.getConversationIcon(); in bind()114 conversationLayout.bindFacePile(facePileBottomBg, facePileBottom, facePileTop); in bind()123 CharSequence conversationTitle = conversationLayout.getConversationTitle(); in bind()127 if (conversationLayout.isOneToOne()) { in bind()131 mConversationSenderName.setText(conversationLayout.getConversationSenderName()); in bind()133 CharSequence conversationText = conversationLayout.getConversationText(); in bind()137 super.bind(conversationTitle, conversationText, conversationLayout); in bind()
48 private val conversationLayout: ConversationLayout = view as ConversationLayout66 messagingLinearLayout = conversationLayout.messagingLinearLayout67 imageMessageContainer = conversationLayout.imageMessageContainer68 messageContainers = conversationLayout.messagingGroups69 with(conversationLayout) {118 if (conversationLayout.isImportantConversation)130 conversationLayout.showHistoricMessages(visible)136 ) = conversationLayout.updateExpandability(expandable, onClickListener)