Home
last modified time | relevance | path

Searched refs:resolvedColor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java476 final int resolvedColor = resolveColor(context, notificationColor); in resolveContrastColor() local
481 int color = resolvedColor; in resolveContrastColor()
485 if (color != resolvedColor) { in resolveContrastColor()
491 NotificationColorUtil.contrastChange(resolvedColor, color, actionBg), in resolveContrastColor()
492 NotificationColorUtil.contrastChange(resolvedColor, color, backgroundColor), in resolveContrastColor()
493 Integer.toHexString(resolvedColor), Integer.toHexString(color))); in resolveContrastColor()
515 final int resolvedColor = resolveColor(context, notificationColor); in resolveAmbientColor() local
517 int color = resolvedColor; in resolveAmbientColor()
520 if (color != resolvedColor) { in resolveAmbientColor()
526 NotificationColorUtil.contrastChange(resolvedColor, color, Color.BLACK), in resolveAmbientColor()
[all …]