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.java249 private int[] mColorPalette; field in ColorExtractor.GradientColors
261 mColorPalette = colorPalette; in setColorPalette()
271 mColorPalette = other.mColorPalette; in set()
284 return mColorPalette; in getColorPalette()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java124 private int[] mColorPalette; field in KeyguardClockSwitch
258 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()