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.java721 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument
722 applyNotificationBackgroundColor(bottomBackground); in bindFacePile()
762 ImageView bottomBackground = mConversationFacePile.findViewById( in bindFacePile() local
770 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()
772 bindFacePileWithDrawable(bottomBackground, bottomView, topView, in bindFacePile()
804 layoutParams = (LayoutParams) bottomBackground.getLayoutParams(); in bindFacePile()
807 bottomBackground.setLayoutParams(layoutParams); in bindFacePile()
813 public void bindFacePileWithDrawable(ImageView bottomBackground, ImageView bottomView, in bindFacePileWithDrawable() argument
815 applyNotificationBackgroundColor(bottomBackground); in bindFacePileWithDrawable()