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

/frameworks/base/core/java/android/content/res/
H A DGradientColor.java117 private int[] mItemColors; field in class:GradientColor
146 if (copy.mItemColors != null) {
147 mItemColors = copy.mItemColors.clone();
379 mItemColors = new int[listSize];
381 System.arraycopy(colorList, 0, mItemColors, 0, listSize);
411 mItemColors[i] = a.getColor(R.styleable.GradientColorItem_color, mItemColors[i]);
415 Integer.toHexString(mItemColors[i]));
435 if (mItemColors !
[all...]

Completed in 62 milliseconds