Searched refs:conversationLayout (Results 1 – 2 of 2) sorted by relevance
90 ConversationLayout conversationLayout = (ConversationLayout) contentView; in bind() local91 Icon conversationIcon = conversationLayout.getConversationIcon(); in bind()110 conversationLayout.bindFacePile(facePileBottomBg, facePileBottom, facePileTop); in bind()119 CharSequence conversationTitle = conversationLayout.getConversationTitle(); in bind()123 if (conversationLayout.isOneToOne()) { in bind()127 mConversationSenderName.setText(conversationLayout.getConversationSenderName()); in bind()129 CharSequence conversationText = conversationLayout.getConversationText(); in bind()133 super.bind(conversationTitle, conversationText, conversationLayout); in bind()
44 private val conversationLayout: ConversationLayout = view as ConversationLayout61 messagingLinearLayout = conversationLayout.messagingLinearLayout62 imageMessageContainer = conversationLayout.imageMessageContainer63 with(conversationLayout) {112 if (conversationLayout.isImportantConversation)124 conversationLayout.showHistoricMessages(visible)130 ) = conversationLayout.updateExpandability(expandable, onClickListener)