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.java74 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local
75 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()
78 return customBackgroundColor; in getCustomBackgroundColor()
DNotificationViewWrapper.java341 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local
342 if (customBackgroundColor != 0) { in resolveBackgroundColor()
343 return customBackgroundColor; in resolveBackgroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java973 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local
974 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()
1009 int customBackgroundColor = 0; in getBackgroundColor() local
1011 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()
1013 return customBackgroundColor; in getBackgroundColor()
DExpandableNotificationRow.java1429 public void setContentBackground(int customBackgroundColor, boolean animate,
1432 setTintColor(customBackgroundColor, animate);