Searched refs:population (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/palette/src/android/support/v7/graphics/
H A DPalette.java377 * Find the {@link Swatch} with the highest population value and return the population.
380 int population = 0;
382 population = Math.max(population, swatch.getPopulation());
384 return population;
463 int population, int highestPopulation) {
467 population / (float) highestPopulation, WEIGHT_POPULATION
543 Swatch(int rgbColor, int population) { argument
548 mPopulation = population;
461 createComparisonValue(float saturation, float targetSaturation, float luma, float targetLuma, int population, int highestPopulation) argument
551 Swatch(int red, int green, int blue, int population) argument
[all...]

Completed in 184 milliseconds