Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java114 conversationLayout.bindFacePile(facePileBottomBg, facePileBottom, facePileTop); in bind()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DConversationLayout.java559 bindFacePile(); in updateConversationLayout()
605 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() method in ConversationLayout
640 private void bindFacePile() { in bindFacePile() method in ConversationLayout
648 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()