Searched refs:getPopulation (Results 1 – 5 of 5) sorted by relevance
77 && swatch.getPopulation() > highestNonWhitePopulation in findBackgroundSwatch()80 highestNonWhitePopulation = swatch.getPopulation(); in findBackgroundSwatch()86 if (dominantSwatch.getPopulation() / highestNonWhitePopulation in findBackgroundSwatch()
117 if (swatch.getPopulation() > maxPop) { in findDominantSwatch()119 maxPop = swatch.getPopulation(); in findDominantSwatch()147 public int getPopulation() { in getPopulation() method in Palette.Swatch
202 swatches.sort((a, b) -> b.getPopulation() - a.getPopulation()); in fromBitmap()210 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()
75 int getPopulation() { in getPopulation() method in CitiesFile.City
309 result, (long) cityResult.getCity().getPopulation(), Long::sum); in outputKnownDifferencesProtos()