Searched refs:population (Results 1 – 4 of 4) 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()
135 public Swatch(@ColorInt int colorInt, int population) { in Swatch() argument137 mPopulation = population; in Swatch()
652 val population = populationByColor[entry.key]!! regex658 huePopulation[hue] = huePopulation[hue] + population
364 int population = getAttributeInt(parser, "allColorsPopulation" + i, 0); in parseWallpaperAttributes() local365 allColors.put(colorInt, population); in parseWallpaperAttributes()