Searched defs:Swatch (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/palette/src/android/support/v7/graphics/
H A DPalette.java99 private final List<Swatch> mSwatches;
102 private Swatch mVibrantSwatch;
103 private Swatch mMutedSwatch;
105 private Swatch mDarkVibrantSwatch;
106 private Swatch mDarkMutedSwatch;
108 private Swatch mLightVibrantSwatch;
109 private Swatch mLightMutedColor;
189 private Palette(List<Swatch> swatches) {
218 public List<Swatch> getSwatches() {
225 public Swatch getVibrantSwatc
532 public static final class Swatch { class in class:Palette
543 Swatch(int rgbColor, int population) { method in class:Palette.Swatch
551 Swatch(int red, int green, int blue, int population) { method in class:Palette.Swatch
[all...]

Completed in 80 milliseconds