Searched refs:mSwatches (Results 1 – 1 of 1) sorted by relevance
150 private final List<Palette.Swatch> mSwatches; field in Palette159 mSwatches = swatches; in Palette()173 return Collections.unmodifiableList(mSwatches); in getSwatches()376 for (int i = 0, count = mSwatches.size(); i < count; i++) { in getMaxScoredSwatchForTarget()377 final Palette.Swatch swatch = mSwatches.get(i); in getMaxScoredSwatchForTarget()426 for (int i = 0, count = mSwatches.size(); i < count; i++) { in findDominantSwatch()427 Palette.Swatch swatch = mSwatches.get(i); in findDominantSwatch()604 private final List<Palette.Swatch> mSwatches; field in Palette.Builder627 mSwatches = null; in Builder()647 mSwatches = swatches; in Builder()[all …]