Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapper.java73 public int getCustomBackgroundColor() { in getCustomBackgroundColor() method in NotificationCustomViewWrapper
74 int customBackgroundColor = super.getCustomBackgroundColor(); in getCustomBackgroundColor()
H A DNotificationViewWrapper.java321 public int getCustomBackgroundColor() { in getCustomBackgroundColor() method in NotificationViewWrapper
327 int customBackgroundColor = getCustomBackgroundColor(); in resolveBackgroundColor()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapperTest.java61 wrap.getCustomBackgroundColor() != 0); in testBackgroundPersists()
66 wrap.getCustomBackgroundColor() != 0); in testBackgroundPersists()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java889 customBackgroundColor = currentVisibleWrapper.getCustomBackgroundColor(); in getBackgroundColor()