Home
last modified time | relevance | path

Searched refs:getQuantizedColors (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DCelebiQuantizer.java49 mSwatches = kmeans.getQuantizedColors(); in quantize()
53 public List<Palette.Swatch> getQuantizedColors() { in getQuantizedColors() method in CelebiQuantizer
H A DQuantizer.java35 List<Palette.Swatch> getQuantizedColors(); in getQuantizedColors() method
H A DQuantizerMap.java54 public List<Palette.Swatch> getQuantizedColors() { in getQuantizedColors() method in QuantizerMap
H A DVariationalKMeansQuantizer.java152 public List<Palette.Swatch> getQuantizedColors() { in getQuantizedColors() method in VariationalKMeansQuantizer
H A DWSMeansQuantizer.java78 public List<Palette.Swatch> getQuantizedColors() { in getQuantizedColors() method in WSMeansQuantizer
H A DPalette.java351 swatches = mQuantizer.getQuantizedColors(); in generate()
H A DColorCutQuantizer.java155 public List<Swatch> getQuantizedColors() { in getQuantizedColors() method in ColorCutQuantizer
H A DWuQuantizer.java65 public List<Palette.Swatch> getQuantizedColors() { in getQuantizedColors() method in WuQuantizer
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java1032 public List<Palette.Swatch> getQuantizedColors() { in getQuantizedColors() method in SplashscreenContentDrawer.DrawableColorTester.ComplexDrawableTester.AlphaFilterQuantizer
1033 return mInnerQuantizer.getQuantizedColors(); in getQuantizedColors()