Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapper.java73 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local
74 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()
77 return customBackgroundColor; in getCustomBackgroundColor()
DNotificationViewWrapper.java276 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local
277 if (customBackgroundColor != 0) { in resolveBackgroundColor()
278 return customBackgroundColor; in resolveBackgroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java852 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local
854 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()
882 int customBackgroundColor = 0; in getBackgroundColor() local
884 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()
886 return customBackgroundColor; in getBackgroundColor()
DExpandableNotificationRow.java1252 public void setContentBackground(int customBackgroundColor, boolean animate,
1255 setTintColor(customBackgroundColor, animate);