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/
DNotificationCustomViewWrapper.java51 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local
52 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()
55 return customBackgroundColor; in getCustomBackgroundColor()
DNotificationViewWrapper.java145 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local
146 if (customBackgroundColor != 0) { in resolveBackgroundColor()
147 return customBackgroundColor; in resolveBackgroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java883 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local
885 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()
910 int customBackgroundColor = 0; in getBackgroundColor() local
912 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()
914 return customBackgroundColor; in getBackgroundColor()
DExpandableNotificationRow.java1089 public void setContentBackground(int customBackgroundColor, boolean animate,
1092 setTintColor(customBackgroundColor, animate);