Home
last modified time | relevance | path

Searched defs:population (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DWallpaperColors.java123 final int population = parcel.readInt(); in WallpaperColors() local
383 final int population = colorToPopulation.get(color); in hueProportions() local
423 Integer population = colorEntry.getValue(); in writeToParcel() local
/frameworks/base/core/java/com/android/internal/graphics/palette/
DPalette.java135 public Swatch(@ColorInt int colorInt, int population) { in Swatch()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java3466 int population = getAttributeInt(parser, "allColorsPopulation" + i, 0); in parseWallpaperAttributes() local