Searched refs:colorRes (Results 1 – 2 of 2) 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()
644 int colorRes = res.getIdentifier(name, "color", "android"); in endFont() local645 if (colorRes != 0) { in endFont()646 ColorStateList colors = res.getColorStateList(colorRes); in endFont()