Searched refs:population (Results 1 – 1 of 1) sorted by relevance
457 public Swatch(@ColorInt int color, int population) { in Swatch() argument462 mPopulation = population; in Swatch()465 Swatch(int red, int green, int blue, int population) { in Swatch() argument470 mPopulation = population; in Swatch()473 Swatch(float[] hsl, int population) { in Swatch() argument474 this(ColorUtils.HSLToColor(hsl), population); in Swatch()