Home
last modified time | relevance | path

Searched refs:themeAttrs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/res/
DColorStateList.java326 final int[] themeAttrs = a.extractThemeAttrs(); in inflate() local
360 if (themeAttrs != null) { in inflate()
365 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate()
DGradientColor.java351 final int[] themeAttrs = a.extractThemeAttrs(); in inflateChildElements() local
362 if (themeAttrs != null) { in inflateChildElements()
368 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflateChildElements()
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java455 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id, in addLayer() argument
459 childDrawable.mThemeAttrs = themeAttrs; in addLayer()