Searched refs:getSwatches (Results 1 – 7 of 7) sorted by relevance
55 return mPalette.getSwatches(); in getQuantizedColors()
79 return mPalette.getSwatches(); in getQuantizedColors()
101 public List<Swatch> getSwatches() { in getSwatches() method in Palette
66 return mPalette.getSwatches(); in getQuantizedColors()
72 List<Palette.Swatch> swatches = palette.getSwatches(); in findBackgroundSwatch()
732 return mPalette.getSwatches().size() > 1; in isComplexColor()746 final List<Palette.Swatch> swatches = mPalette.getSwatches(); in isGrayscale()
201 final ArrayList<Palette.Swatch> swatches = new ArrayList<>(palette.getSwatches()); in fromBitmap()