Searched defs:Swatch (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | Palette.java | 446 public static final class Swatch { class in Palette 457 public Swatch(@ColorInt int color, int population) { in Swatch() method in Palette.Swatch 465 Swatch(int red, int green, int blue, int population) { in Swatch() method in Palette.Swatch 473 Swatch(float[] hsl, int population) { in Swatch() method in Palette.Swatch
|
/frameworks/support/palette/src/main/java/androidx/palette/graphics/ |
D | Palette.java | 443 public static final class Swatch { class in Palette 454 public Swatch(@ColorInt int color, int population) { in Swatch() method in Palette.Swatch 462 Swatch(int red, int green, int blue, int population) { in Swatch() method in Palette.Swatch 470 Swatch(float[] hsl, int population) { in Swatch() method in Palette.Swatch
|