Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DConversationLayout.java568 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument
569 applyNotificationBackgroundColor(bottomBackground); in bindFacePile()
604 ImageView bottomBackground = mConversationFacePile.findViewById( in bindFacePile() local
611 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()
640 layoutParams = (LayoutParams) bottomBackground.getLayoutParams(); in bindFacePile()
643 bottomBackground.setLayoutParams(layoutParams); in bindFacePile()