Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java90 ConversationLayout conversationLayout = (ConversationLayout) contentView; in bind() local
91 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationConversationTemplateViewWrapper.kt44 private val conversationLayout: ConversationLayout = view as ConversationLayout
61 messagingLinearLayout = conversationLayout.messagingLinearLayout
62 imageMessageContainer = conversationLayout.imageMessageContainer
63 with(conversationLayout) {
112 if (conversationLayout.isImportantConversation)
124 conversationLayout.showHistoricMessages(visible)
130 ) = conversationLayout.updateExpandability(expandable, onClickListener)