Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/colorextraction/
DColorExtractor.java246 private int[] mColorPalette; field in ColorExtractor.GradientColors
258 mColorPalette = colorPalette; in setColorPalette()
268 mColorPalette = other.mColorPalette; in set()
281 return mColorPalette; in getColorPalette()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java131 private int[] mColorPalette; field in KeyguardClockSwitch
270 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()