Searched refs:mColorPalette (Results 1 – 2 of 2) sorted by relevance
249 private int[] mColorPalette; field in ColorExtractor.GradientColors261 mColorPalette = colorPalette; in setColorPalette()271 mColorPalette = other.mColorPalette; in set()284 return mColorPalette; in getColorPalette()
124 private int[] mColorPalette; field in KeyguardClockSwitch258 if (mColorPalette != null) { in setClockPlugin()259 mClockPlugin.setColorPalette(mSupportsDarkText, mColorPalette); in setClockPlugin()384 mColorPalette = colors.getColorPalette(); in updateColors()386 mClockPlugin.setColorPalette(mSupportsDarkText, mColorPalette); in updateColors()476 pw.println(" mColorPalette: " + Arrays.toString(mColorPalette)); in dump()