Home
last modified time | relevance | path

Searched refs:mDominantSwatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/graphics/palette/
DPalette.java156 private final Palette.Swatch mDominantSwatch; field in Palette
165 mDominantSwatch = findDominantSwatch(); in Palette()
338 return mDominantSwatch; in getDominantSwatch()
349 return mDominantSwatch != null ? mDominantSwatch.getRgb() : defaultColor; in getDominantColor()
405 final int maxPopulation = mDominantSwatch != null ? mDominantSwatch.getPopulation() : 1; in generateScore()