Searched refs:resolveContrastColor (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 474 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() method in ContrastColorUtil 476 return ContrastColorUtil.resolveContrastColor(context, notificationColor, in resolveContrastColor() 490 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() method in ContrastColorUtil
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 4897 int color = isColorized(p) ? getPrimaryTextColor(p) : resolveContrastColor(p); in handleProgressBar() 5257 isColorized(p) ? getPrimaryTextColor(p) : resolveContrastColor(p))); in applyStandardTemplateWithActions() 5580 rippleColor = resolveContrastColor(p); in generateActionButton() 5598 button.setTextColor(R.id.action0, resolveContrastColor(p)); in generateActionButton() 5709 color = resolveContrastColor(p); 5730 contentView.setDrawableTint(R.id.icon, false, resolveContrastColor(p), 5741 int resolveContrastColor(StandardTemplateParams p) { 5754 color = ContrastColorUtil.resolveContrastColor(mContext, rawColor, 7412 : mBuilder.resolveContrastColor(p)); in makeMessagingView() 8234 : mBuilder.resolveContrastColor(p); in getActionColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 426 final int contrasted = ContrastColorUtil.resolveContrastColor(context, rawColor, in getContrastedColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 707 contrastedColor = ContrastColorUtil.resolveContrastColor(mContext, in updateContrastedStaticColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 1290 mNotificationColor = ContrastColorUtil.resolveContrastColor(mContext,
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 7686 Landroid/app/Notification$Builder;->resolveContrastColor()I 99737 Lcom/android/internal/util/NotificationColorUtil;->resolveContrastColor(Landroid/content/Context;II… 99738 Lcom/android/internal/util/NotificationColorUtil;->resolveContrastColor(Landroid/content/Context;II…
|
D | boot-image-profile.txt | 40998 HSPLandroid/app/Notification$Builder;->resolveContrastColor(Landroid/app/Notification$StandardTempl…
|