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

/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DPalette.java104 * Generate a {@link Palette} from the pre-generated list of {@link Palette.Swatch} swatches.
108 public static Palette from(List<Swatch> swatches) {
146 private final List<Swatch> mSwatches;
149 private final Map<Target, Swatch> mSelectedSwatches;
154 private Palette(List<Swatch> swatches, List<Target> targets) {
168 public List<Swatch> getSwatches() {
186 public Swatch getVibrantSwatch() {
196 public Swatch getLightVibrantSwatch() {
206 public Swatch getDarkVibrantSwatch() {
216 public Swatch getMutedSwatc
413 public static final class Swatch { class in class:Palette
424 public Swatch(@ColorInt int color, int population) { method in class:Palette.Swatch
432 Swatch(int red, int green, int blue, int population) { method in class:Palette.Swatch
440 Swatch(float[] hsl, int population) { method in class:Palette.Swatch
[all...]

Completed in 76 milliseconds