Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DIconUtilities.java58 private int mColorIndex = 0; field in IconUtilities
155 canvas.drawColor(sColors[mColorIndex]); in createIconBitmap()
156 if (++mColorIndex >= sColors.length) mColorIndex = 0; in createIconBitmap()
/frameworks/support/v4/java/android/support/v4/widget/
DMaterialProgressDrawable.java484 private int mColorIndex; field in MaterialProgressDrawable.Ring
610 mColorIndex = index; in setColorIndex()
611 mCurrentColor = mColors[mColorIndex]; in setColorIndex()
622 return (mColorIndex + 1) % (mColors.length); in getNextColorIndex()
686 return mColors[mColorIndex]; in getStartingColor()