Searched refs:resolveColor (Results 1 – 3 of 3) sorted by relevance
457 public static int resolveColor(Context context, int color, boolean defaultBackgroundIsDark) { in resolveColor() method in ContrastColorUtil492 final int resolvedColor = resolveColor(context, notificationColor, isDark); in resolveContrastColor()
85 int grey = ContrastColorUtil.resolveColor(view.getContext(),
8179 : ContrastColorUtil.resolveColor(mBuilder.mContext, in bindMediaActionButton()