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.java270 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local
271 if (customBackgroundColor != 0) { in resolveBackgroundColor()
272 return customBackgroundColor; in resolveBackgroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java920 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local
922 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()
950 int customBackgroundColor = 0; in getBackgroundColor() local
952 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()
954 return customBackgroundColor; in getBackgroundColor()
DExpandableNotificationRow.java1269 public void setContentBackground(int customBackgroundColor, boolean animate,
1272 setTintColor(customBackgroundColor, animate);