Searched refs:mColorIndex (Results 1 – 2 of 2) sorted by relevance
58 private int mColorIndex = 0; field in IconUtilities155 canvas.drawColor(sColors[mColorIndex]); in createIconBitmap()156 if (++mColorIndex >= sColors.length) mColorIndex = 0; in createIconBitmap()
484 private int mColorIndex; field in MaterialProgressDrawable.Ring610 mColorIndex = index; in setColorIndex()611 mCurrentColor = mColors[mColorIndex]; in setColorIndex()622 return (mColorIndex + 1) % (mColors.length); in getNextColorIndex()686 return mColors[mColorIndex]; in getStartingColor()