Searched defs:mQuantizedColors (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DColorCutQuantizer.java58 final List<Swatch> mQuantizedColors; field in class:ColorCutQuantizer
120 mQuantizedColors = new ArrayList<>();
122 mQuantizedColors.add(new Swatch(approximateToRgb888(color), hist[color]));
131 mQuantizedColors = quantizePixels(maxColors);
144 return mQuantizedColors;

Completed in 31 milliseconds