HomeSort by relevance Sort by last modified time
    Searched defs:getPopulation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/graphics/palette/
Palette.java 405 final int maxPopulation = mDominantSwatch != null ? mDominantSwatch.getPopulation() : 1;
417 * (swatch.getPopulation() / (float) maxPopulation);
428 if (swatch.getPopulation() > maxPop) {
430 maxPop = swatch.getPopulation();
503 public int getPopulation() {
    [all...]
  /frameworks/support/palette/src/main/java/androidx/palette/graphics/
Palette.java 407 final int maxPopulation = mDominantSwatch != null ? mDominantSwatch.getPopulation() : 1;
419 * (swatch.getPopulation() / (float) maxPopulation);
431 if (swatch.getPopulation() > maxPop) {
433 maxPop = swatch.getPopulation();
501 public int getPopulation() {
    [all...]

Completed in 69 milliseconds