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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationBackgroundView.java82 public void setCustomBackground(Drawable background) { method in class:NotificationBackgroundView
97 public void setCustomBackground(int drawableResId) { method in class:NotificationBackgroundView
99 setCustomBackground(d);
H A DActivatableNotificationView.java217 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg);
218 mBackgroundDimmed.setCustomBackground(R.drawable.notification_material_bg_dim);

Completed in 58 milliseconds