Searched defs:population (Results 1 – 5 of 5) sorted by relevance
54 City(String name, S2LatLng latLng, String isoCountryCode, int population, in City()110 int population = 0; in createCity() local
123 final int population = parcel.readInt(); in WallpaperColors() local383 final int population = colorToPopulation.get(color); in hueProportions() local423 Integer population = colorEntry.getValue(); in writeToParcel() local
135 public Swatch(@ColorInt int colorInt, int population) { in Swatch()
250 val population = populationByColor[entry.key]!! regex
3524 int population = getAttributeInt(parser, "allColorsPopulation" + i, 0); in parseWallpaperAttributes() local