Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationBackgroundView.java124 public void setCustomBackground(Drawable background) { in setCustomBackground() method in NotificationBackgroundView
142 public void setCustomBackground(int drawableResId) { in setCustomBackground() method in NotificationBackgroundView
144 setCustomBackground(d); in setCustomBackground()
DActivatableNotificationView.java241 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in initBackground()
242 mBackgroundDimmed.setCustomBackground(R.drawable.notification_material_bg_dim); in initBackground()