Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDebugHelper.java58 private int mColorIndex; field in DebugHelper
68 if (mColorIndex == sColors.length) { in getNextColors()
69 mColorIndex = 0; in getNextColors()
72 return sColors[mColorIndex++]; in getNextColors()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java489 private int mColorIndex; field in MaterialProgressDrawable.Ring
614 mColorIndex = index; in setColorIndex()
615 mCurrentColor = mColors[mColorIndex]; in setColorIndex()
626 return (mColorIndex + 1) % (mColors.length); in getNextColorIndex()
690 return mColors[mColorIndex]; in getStartingColor()
/packages/apps/Settings/src/com/android/settings/accessibility/
DPaletteListView.java273 private final int mColorIndex = 2; // index for inject color. field in PaletteListView.ColorAttributes
286 mGradientColors[mColorIndex] = colorCode; in ColorAttributes()