Searched refs:themeAttrsList (Results 1 – 1 of 1) sorted by relevance
260 int[][] themeAttrsList = new int[stateSpecList.length][]; in inflate() local312 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate()322 System.arraycopy(themeAttrsList, 0, mThemeAttrs, 0, listSize); in inflate()364 final int[][] themeAttrsList = mThemeAttrs; in applyTheme() local365 final int N = themeAttrsList.length; in applyTheme()367 if (themeAttrsList[i] != null) { in applyTheme()368 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme()372 if (themeAttrsList[i][R.styleable.ColorStateListItem_color] != 0) { in applyTheme()388 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]); in applyTheme()389 if (themeAttrsList[i] != null) { in applyTheme()