Home
last modified time | relevance | path

Searched defs:rawColor (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java572 public void validateColorizedPaletteForColor(int rawColor) { in validateColorizedPaletteForColor()
633 private void resolveColorsInNightMode(boolean nightMode, Notification.Colors c, int rawColor, in resolveColorsInNightMode()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java480 int rawColor = isLowPriority ? Notification.COLOR_DEFAULT : in getContrastedColor() local
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java12423 public void resolvePalette(Context ctx, int rawColor, in resolvePalette()
12519 private static @ColorInt int calculateContrastColor(Context ctx, @ColorInt int rawColor, in calculateContrastColor()