Home
last modified time | relevance | path

Searched refs:population (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperColors.java130 final int population = parcel.readInt(); in WallpaperColors() local
131 mAllColors.put(colorInt, population); in WallpaperColors()
417 final int population = colorToPopulation.get(color); in hueProportions() local
420 proportions[hue] = proportions[hue] + ((double) population / totalPopulation); in hueProportions()
457 Integer population = colorEntry.getValue(); in writeToParcel() local
458 int populationInt = (population != null) ? population : 0; in writeToParcel()
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DPalette.java135 public Swatch(@ColorInt int colorInt, int population) { in Swatch() argument
137 mPopulation = population; in Swatch()
/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DColorScheme.kt652 val population = populationByColor[entry.key]!! regex
658 huePopulation[hue] = huePopulation[hue] + population
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperDataParser.java364 int population = getAttributeInt(parser, "allColorsPopulation" + i, 0); in parseWallpaperAttributes() local
365 allColors.put(colorInt, population); in parseWallpaperAttributes()