Home
last modified time | relevance | path

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

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