Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/palette/
DPalette.java117 if (swatch.getPopulation() > maxPop) { in findDominantSwatch()
119 maxPop = swatch.getPopulation(); in findDominantSwatch()
147 public int getPopulation() { in getPopulation() method in Palette.Swatch
/frameworks/base/core/java/android/app/
DWallpaperColors.java235 swatches.sort((a, b) -> b.getPopulation() - a.getPopulation()); in fromBitmap()
243 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()