Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DColorStateList.java260 int[][] themeAttrsList = new int[stateSpecList.length][]; in inflate() local
312 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() local
365 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()