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.java331 final int[] themeAttrs = a.extractThemeAttrs(); in inflate() local
365 if (themeAttrs != null) { in inflate()
370 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate()
DGradientColor.java356 final int[] themeAttrs = a.extractThemeAttrs(); in inflateChildElements() local
367 if (themeAttrs != null) { in inflateChildElements()
373 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflateChildElements()
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java468 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id, in addLayer() argument
472 childDrawable.mThemeAttrs = themeAttrs; in addLayer()