Searched defs:resolveColor (Results 1 – 3 of 3) sorted by relevance
38 fun resolveColor(context: Context, @AttrRes attr: Int): Int = in resolveColor() method51 fun resolveColor(context: Context, @AttrRes attr: Int, @AttrRes stateSet: IntArray?): Int { in resolveColor() method
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