Searched refs:mSwatches (Results 1 – 2 of 2) sorted by relevance
37 private List<Palette.Swatch> mSwatches; field in CelebiQuantizer49 mSwatches = kmeans.getQuantizedColors(); in quantize()54 return mSwatches; in getQuantizedColors()
88 private final List<Swatch> mSwatches; field in Palette95 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.Builder204 mSwatches = null; in Builder()218 mSwatches = swatches; in Builder()352 } else if (mSwatches != null) { in generate()354 swatches = mSwatches; in generate()