Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/palette/
DVariationalKMeansQuantizer.java53 private List<Palette.Swatch> mQuantizedColors; field in VariationalKMeansQuantizer
113 mQuantizedColors = new ArrayList<>(); in quantize()
119 mQuantizedColors.add(new Palette.Swatch(new float[]{ in quantize()
152 return mQuantizedColors; in getQuantizedColors()
DColorCutQuantizer.java78 List<Swatch> mQuantizedColors; field in ColorCutQuantizer
140 mQuantizedColors = new ArrayList<>(); in quantize()
142 mQuantizedColors.add(new Swatch(approximateToRgb888(color), hist[color])); in quantize()
151 mQuantizedColors = quantizePixels(maxColors); in quantize()
164 return mQuantizedColors; in getQuantizedColors()