Searched refs:getPopulation (Results 1 – 2 of 2) sorted by relevance
117 if (swatch.getPopulation() > maxPop) { in findDominantSwatch()119 maxPop = swatch.getPopulation(); in findDominantSwatch()147 public int getPopulation() { in getPopulation() method in Palette.Swatch
235 swatches.sort((a, b) -> b.getPopulation() - a.getPopulation()); in fromBitmap()243 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()