Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java649 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument
650 applyNotificationBackgroundColor(bottomBackground); in bindFacePile()
685 ImageView bottomBackground = mConversationFacePile.findViewById( in bindFacePile() local
692 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()
721 layoutParams = (LayoutParams) bottomBackground.getLayoutParams(); in bindFacePile()
724 bottomBackground.setLayoutParams(layoutParams); in bindFacePile()