Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java112 ImageView facePileTop = mConversationFacePile.requireViewById( in bind() local
114 conversationLayout.bindFacePile(facePileBottomBg, facePileBottom, facePileTop); in bind()
117 setSize(facePileTop, mFacePileAvatarSize); in bind()
119 mTransformationHelper.addViewTransformingToSimilar(facePileTop); in bind()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationConversationTemplateViewWrapper.kt63 private var facePileTop: View? = null
80 facePileTop = findViewById(com.android.internal.R.id.conversation_face_pile_top)
111 facePileTop,