Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/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
/aosp12/frameworks/base/core/java/android/app/
H A DWallpaperColors.java202 swatches.sort((a, b) -> b.getPopulation() - a.getPopulation()); in fromBitmap()
210 populationByColor.put(colorInt, swatch.getPopulation()); in fromBitmap()
/aosp12/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
H A DCitiesFile.java75 int getPopulation() { in getPopulation() method in CitiesFile.City
H A DGeonamesComparison.java309 result, (long) cityResult.getCity().getPopulation(), Long::sum); in outputKnownDifferencesProtos()