Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
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()
/frameworks/proto_logging/stats/atoms/federatedcompute/
Dfederatedcompute_extension_atoms.proto75 // The population id of this run. One population can have multiple tasks.
/frameworks/base/core/java/com/android/internal/graphics/palette/
DPalette.java135 public Swatch(@ColorInt int colorInt, int population) { in Swatch() argument
137 mPopulation = population; in Swatch()
/frameworks/av/media/aconfig/
Dcodec_fwk.aconfig133 description: "Feature flag to track teamfood population"
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/
DColorScheme.java365 double population = entry.getValue();
371 huePopulation.set(hue, huePopulation.get(hue) + population);
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java389 int population = getAttributeInt(parser, "allColorsPopulation" + i, 0); in parseWallpaperAttributes() local
390 allColors.put(colorInt, population); in parseWallpaperAttributes()
/frameworks/proto_logging/stats/enums/federatedcompute/
Denums.proto54 // the given population.