Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessor.java77 && swatch.getPopulation() > highestNonWhitePopulation in findBackgroundSwatch()
80 highestNonWhitePopulation = swatch.getPopulation(); in findBackgroundSwatch()
86 if (dominantSwatch.getPopulation() / highestNonWhitePopulation in findBackgroundSwatch()
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DPalette.java117 if (swatch.getPopulation() > maxPop) { in findDominantSwatch()
119 maxPop = swatch.getPopulation(); in findDominantSwatch()
147 public int getPopulation() { in getPopulation() method in Palette.Swatch
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperColors.java235 swatches.sort((a, b) -> b.getPopulation() - a.getPopulation()); in fromBitmap()
243 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()