Searched refs:resolveContrastColor (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 540 final int contrasted = ContrastColorUtil.resolveContrastColor(context, rawColor, in getContrastedColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 840 contrastedColor = ContrastColorUtil.resolveContrastColor(mContext, in updateContrastedStaticColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 1467 mNotificationColor = ContrastColorUtil.resolveContrastColor(mContext,
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 13816 color = ContrastColorUtil.resolveContrastColor(ctx, rawColor, backgroundColor, in calculateContrastColor()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7683 Landroid/app/Notification$Builder;->resolveContrastColor()I 84661 Lcom/android/internal/util/NotificationColorUtil;->resolveContrastColor(Landroid/content/Context;II… 84662 Lcom/android/internal/util/NotificationColorUtil;->resolveContrastColor(Landroid/content/Context;II…
|