Searched refs:resolveContrastColor (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 563 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() method in ContrastColorUtil 565 return ContrastColorUtil.resolveContrastColor(context, notificationColor, in resolveContrastColor() 579 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() method in ContrastColorUtil
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 522 final int contrasted = ContrastColorUtil.resolveContrastColor(context, rawColor, in getContrastedColor()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconView.java | 821 contrastedColor = ContrastColorUtil.resolveContrastColor(mContext, in updateContrastedStaticColor()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRow.java | 1410 mNotificationColor = ContrastColorUtil.resolveContrastColor(mContext,
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 12865 color = ContrastColorUtil.resolveContrastColor(ctx, rawColor, backgroundColor, in calculateContrastColor()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7683 Landroid/app/Notification$Builder;->resolveContrastColor()I 85304 Lcom/android/internal/util/NotificationColorUtil;->resolveContrastColor(Landroid/content/Context;II… 85305 Lcom/android/internal/util/NotificationColorUtil;->resolveContrastColor(Landroid/content/Context;II…
|