Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridConversationNotificationView.java120 ConversationLayout conversationLayout = (ConversationLayout) contentView; in bind() local
121 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() argument
142 loadConversationAvatarWithDrawable(conversationLayout); in loadConversationAvatar()
144 loadConversationAvatarWithIcon(conversationLayout); in loadConversationAvatar()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationConversationTemplateViewWrapper.kt48 private val conversationLayout: ConversationLayout = view as ConversationLayout in <lambda>() constant
66 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>()