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

  /frameworks/base/core/java/com/android/internal/graphics/palette/
Palette.java 156 private final Palette.Swatch mDominantSwatch;
165 mDominantSwatch = findDominantSwatch();
338 return mDominantSwatch;
349 return mDominantSwatch != null ? mDominantSwatch.getRgb() : defaultColor;
405 final int maxPopulation = mDominantSwatch != null ? mDominantSwatch.getPopulation() : 1;
    [all...]
  /frameworks/support/palette/src/main/java/androidx/palette/graphics/
Palette.java 156 @Nullable private final Swatch mDominantSwatch;
165 mDominantSwatch = findDominantSwatch();
338 return mDominantSwatch;
349 return mDominantSwatch != null ? mDominantSwatch.getRgb() : defaultColor;
407 final int maxPopulation = mDominantSwatch != null ? mDominantSwatch.getPopulation() : 1;
    [all...]

Completed in 56 milliseconds