Searched refs:population (Results 1 – 7 of 7) sorted by relevance
130 final int population = parcel.readInt(); in WallpaperColors() local131 mAllColors.put(colorInt, population); in WallpaperColors()417 final int population = colorToPopulation.get(color); in hueProportions() local420 proportions[hue] = proportions[hue] + ((double) population / totalPopulation); in hueProportions()457 Integer population = colorEntry.getValue(); in writeToParcel() local458 int populationInt = (population != null) ? population : 0; in writeToParcel()
75 // The population id of this run. One population can have multiple tasks.
135 public Swatch(@ColorInt int colorInt, int population) { in Swatch() argument137 mPopulation = population; in Swatch()
133 description: "Feature flag to track teamfood population"
365 double population = entry.getValue();371 huePopulation.set(hue, huePopulation.get(hue) + population);
389 int population = getAttributeInt(parser, "allColorsPopulation" + i, 0); in parseWallpaperAttributes() local390 allColors.put(colorInt, population); in parseWallpaperAttributes()
54 // the given population.