Searched defs:resolveColor (Results 1 – 2 of 2) 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
89 private static int resolveColor(Context context, int color) { in resolveColor() method in IconPalette