Searched refs:themeAttrsList (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | ColorStateList.java | 319 int[][] themeAttrsList = new int[stateSpecList.length][]; in inflate() local 371 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate() 381 System.arraycopy(themeAttrsList, 0, mThemeAttrs, 0, listSize); in inflate() 425 final int[][] themeAttrsList = mThemeAttrs; in applyTheme() local 426 final int N = themeAttrsList.length; in applyTheme() 428 if (themeAttrsList[i] != null) { in applyTheme() 429 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme() 433 if (themeAttrsList[i][R.styleable.ColorStateListItem_color] != 0) { in applyTheme() 449 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]); in applyTheme() 450 if (themeAttrsList[i] != null) { in applyTheme()
|
D | GradientColor.java | 331 int[][] themeAttrsList = new int[offsetList.length][]; in inflateChildElements() local 373 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflateChildElements() 379 System.arraycopy(themeAttrsList, 0, mItemsThemeAttrs, 0, listSize); in inflateChildElements() 401 final int[][] themeAttrsList = mItemsThemeAttrs; in applyItemsAttrsTheme() local 402 final int N = themeAttrsList.length; in applyItemsAttrsTheme() 404 if (themeAttrsList[i] != null) { in applyItemsAttrsTheme() 405 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyItemsAttrsTheme() 411 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]); in applyItemsAttrsTheme() 412 if (themeAttrsList[i] != null) { in applyItemsAttrsTheme()
|