Searched refs:themeAttrs (Results 1 – 3 of 3) sorted by relevance
331 final int[] themeAttrs = a.extractThemeAttrs(); in inflate() local365 if (themeAttrs != null) { in inflate()370 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate()
356 final int[] themeAttrs = a.extractThemeAttrs(); in inflateChildElements() local367 if (themeAttrs != null) { in inflateChildElements()373 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflateChildElements()
468 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id, in addLayer() argument472 childDrawable.mThemeAttrs = themeAttrs; in addLayer()