Searched refs:themeAttrsList (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | ColorStateList.java | 352 int[][] themeAttrsList = new int[stateSpecList.length][]; in inflate() local 410 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs); in inflate() 420 System.arraycopy(themeAttrsList, 0, mThemeAttrs, 0, listSize); in inflate() 464 final int[][] themeAttrsList = mThemeAttrs; in applyTheme() local 465 final int N = themeAttrsList.length; in applyTheme() 467 if (themeAttrsList[i] != null) { in applyTheme() 468 final TypedArray a = t.resolveAttributes(themeAttrsList[i], in applyTheme() 472 if (themeAttrsList[i][R.styleable.ColorStateListItem_color] != 0) { in applyTheme() 488 themeAttrsList[i] = a.extractThemeAttrs(themeAttrsList[i]); in applyTheme() 489 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()
|