Searched defs:resolveColor (Results 1 – 4 of 4) sorted by relevance
38 fun resolveColor(context: Context, @AttrRes attr: Int): Int = regex51 fun resolveColor(context: Context, @AttrRes attr: Int, @AttrRes stateSet: IntArray?): Int { regex
91 private static int resolveColor(Context context, int color) { in resolveColor() method in IconPalette
363 private int resolveColor(Resources res) { in resolveColor() method in ThemeComponentOption.ColorOption
458 public static int resolveColor(Context context, int color, boolean defaultBackgroundIsDark) { in resolveColor() method in ContrastColorUtil