Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapper.java74 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor() local
75 if (customBackgroundColor == 0 && mIsLegacy) { in getCustomBackgroundColor()
78 return customBackgroundColor; in getCustomBackgroundColor()
H A DNotificationViewWrapper.java325 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor() local
326 if (customBackgroundColor != 0) { in resolveBackgroundColor()
327 return customBackgroundColor; in resolveBackgroundColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java918 int customBackgroundColor = getBackgroundColor(mVisibleType); in updateBackgroundColor() local
919 mContainingNotification.setContentBackground(customBackgroundColor, animate, this); in updateBackgroundColor()
954 int customBackgroundColor = 0; in getBackgroundColor() local
956 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()
958 return customBackgroundColor; in getBackgroundColor()
H A DExpandableNotificationRow.java1372 public void setContentBackground(int customBackgroundColor, boolean animate,
1375 setTintColor(customBackgroundColor, animate);