Searched refs:mItemColors (Results 1 – 1 of 1) sorted by relevance
117 private int[] mItemColors; field in GradientColor146 if (copy.mItemColors != null) { in GradientColor()147 mItemColors = copy.mItemColors.clone(); in GradientColor()379 mItemColors = new int[listSize]; in inflateChildElements()381 System.arraycopy(colorList, 0, mItemColors, 0, listSize); in inflateChildElements()411 mItemColors[i] = a.getColor(R.styleable.GradientColorItem_color, mItemColors[i]); in applyItemsAttrsTheme()415 Integer.toHexString(mItemColors[i])); in applyItemsAttrsTheme()435 if (mItemColors != null) { in onColorsChange()436 int length = mItemColors.length; in onColorsChange()441 tempColors[i] = mItemColors[i]; in onColorsChange()