Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java114 public void setCustomBackground(Drawable background) { in setCustomBackground() method in NotificationBackgroundView
132 public void setCustomBackground(int drawableResId) { in setCustomBackground() method in NotificationBackgroundView
134 setCustomBackground(d); in setCustomBackground()
H A DActivatableNotificationView.java182 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in initBackground()