Searched refs:resolvedColor (Results 1 – 1 of 1) sorted by relevance
492 final int resolvedColor = resolveColor(context, notificationColor, isDark); in resolveContrastColor() local494 int color = resolvedColor; in resolveContrastColor()497 if (color != resolvedColor) { in resolveContrastColor()503 ContrastColorUtil.contrastChange(resolvedColor, color, backgroundColor), in resolveContrastColor()504 Integer.toHexString(resolvedColor), Integer.toHexString(color))); in resolveContrastColor()