Searched refs:colorRes (Results 1 – 3 of 3) sorted by relevance
197 int colorRes = 0; in inflate() local209 colorRes = attrs.getAttributeResourceValue(i, 0); in inflate()211 if (colorRes == 0) { in inflate()223 if (colorRes != 0) { in inflate()224 color = r.getColor(colorRes); in inflate()
329 int colorRes = res.getIdentifier(name, "color", "android"); in getColor() local330 if (colorRes != 0) { in getColor()331 ColorStateList colors = res.getColorStateList(colorRes); in getColor()
676 int colorRes = res.getIdentifier(name, "color", "android"); in endFont() local677 if (colorRes != 0) { in endFont()678 ColorStateList colors = res.getColorStateList(colorRes); in endFont()