Home
last modified time | relevance | path

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

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