Home
last modified time | relevance | path

Searched refs:colorRes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
DColorStateList.java197 int colorRes = 0; in inflate() local
209 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()
/frameworks/base/core/java/android/text/
DHtml.java644 int colorRes = res.getIdentifier(name, "color", "android"); in endFont() local
645 if (colorRes != 0) { in endFont()
646 ColorStateList colors = res.getColorStateList(colorRes); in endFont()