Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/palette/
DCelebiQuantizer.java37 private List<Palette.Swatch> mSwatches; field in CelebiQuantizer
49 mSwatches = kmeans.getQuantizedColors(); in quantize()
54 return mSwatches; in getQuantizedColors()
DPalette.java88 private final List<Swatch> mSwatches; field in Palette
95 mSwatches = swatches; in Palette()
102 return Collections.unmodifiableList(mSwatches); in getSwatches()
115 for (int i = 0, count = mSwatches.size(); i < count; i++) { in findDominantSwatch()
116 Swatch swatch = mSwatches.get(i); in findDominantSwatch()
185 private final List<Swatch> mSwatches; field in Palette.Builder
204 mSwatches = null; in Builder()
218 mSwatches = swatches; in Builder()
352 } else if (mSwatches != null) { in generate()
354 swatches = mSwatches; in generate()