Searched refs:resolvedColor (Results 1 – 1 of 1) sorted by relevance
581 final int resolvedColor = resolveColor(context, notificationColor, isDark); in resolveContrastColor() local583 int color = resolvedColor; in resolveContrastColor()586 if (color != resolvedColor) { in resolveContrastColor()592 ContrastColorUtil.contrastChange(resolvedColor, color, backgroundColor), in resolveContrastColor()593 Integer.toHexString(resolvedColor), Integer.toHexString(color))); in resolveContrastColor()