Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java94 ConversationLayout conversationLayout = (ConversationLayout) contentView; in bind() local
95 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationConversationTemplateViewWrapper.kt48 private val conversationLayout: ConversationLayout = view as ConversationLayout
66 messagingLinearLayout = conversationLayout.messagingLinearLayout
67 imageMessageContainer = conversationLayout.imageMessageContainer
68 messageContainers = conversationLayout.messagingGroups
69 with(conversationLayout) {
118 if (conversationLayout.isImportantConversation)
130 conversationLayout.showHistoricMessages(visible)
136 ) = conversationLayout.updateExpandability(expandable, onClickListener)