Searched refs:mColorPalette (Results 1 – 2 of 2) sorted by relevance
246 private int[] mColorPalette; field in ColorExtractor.GradientColors258 mColorPalette = colorPalette; in setColorPalette()268 mColorPalette = other.mColorPalette; in set()281 return mColorPalette; in getColorPalette()
131 private int[] mColorPalette; field in KeyguardClockSwitch270 if (mColorPalette != null) { in setClockPlugin()271 mClockPlugin.setColorPalette(mSupportsDarkText, mColorPalette); in setClockPlugin()414 mColorPalette = colors.getColorPalette(); in updateColors()416 mClockPlugin.setColorPalette(mSupportsDarkText, mColorPalette); in updateColors()521 pw.println(" mColorPalette: " + Arrays.toString(mColorPalette)); in dump()