Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DGradientColor.java122 private int[] mItemColors; field in GradientColor
151 if (copy.mItemColors != null) { in GradientColor()
152 mItemColors = copy.mItemColors.clone(); in GradientColor()
384 mItemColors = new int[listSize]; in inflateChildElements()
386 System.arraycopy(colorList, 0, mItemColors, 0, listSize); in inflateChildElements()
416 mItemColors[i] = a.getColor(R.styleable.GradientColorItem_color, mItemColors[i]); in applyItemsAttrsTheme()
420 Integer.toHexString(mItemColors[i])); in applyItemsAttrsTheme()
440 if (mItemColors != null) { in onColorsChange()
441 int length = mItemColors.length; in onColorsChange()
446 tempColors[i] = mItemColors[i]; in onColorsChange()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16663 Landroid/content/res/GradientColor;->mItemColors:[I