Home
last modified time | relevance | path

Searched refs:getSwatches (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DQuantizerMap.java55 return mPalette.getSwatches(); in getQuantizedColors()
H A DWSMeansQuantizer.java79 return mPalette.getSwatches(); in getQuantizedColors()
H A DPalette.java101 public List<Swatch> getSwatches() { in getSwatches() method in Palette
H A DWuQuantizer.java66 return mPalette.getSwatches(); in getQuantizedColors()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessor.java72 List<Palette.Swatch> swatches = palette.getSwatches(); in findBackgroundSwatch()
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperColors.java234 final ArrayList<Palette.Swatch> swatches = new ArrayList<>(palette.getSwatches()); in fromBitmap()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java956 return mPalette.getSwatches().size() > 1; in isComplexColor()
970 final List<Palette.Swatch> swatches = mPalette.getSwatches(); in isGrayscale()