Searched refs:mDominantSwatch (Results 1 – 1 of 1) sorted by relevance
156 private final Palette.Swatch mDominantSwatch; field in Palette165 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()