Searched refs:themeAttrs (Results 1 – 3 of 3) sorted by relevance
326 final int[] themeAttrs = a.extractThemeAttrs(); in inflate() local360 if (themeAttrs != null) { in inflate()365 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate()
351 final int[] themeAttrs = a.extractThemeAttrs(); in inflateChildElements() local362 if (themeAttrs != null) { in inflateChildElements()368 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflateChildElements()
455 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id, in addLayer() argument459 childDrawable.mThemeAttrs = themeAttrs; in addLayer()