Searched refs:colorRes (Results 1 – 2 of 2) sorted by relevance
70 final int colorRes = metaData.getInt(META_DATA_PREFERENCE_ICON_BACKGROUND_HINT, in setBackgroundColor() local72 if (colorRes != 0) { in setBackgroundColor()75 .getColor(colorRes, null /* theme */); in setBackgroundColor()
367 int colorRes = res.getIdentifier(name, "color", "android"); in getColor() local368 if (colorRes != 0) { in getColor()369 ColorStateList colors = res.getColorStateList(colorRes, null); in getColor()