HomeSort by relevance Sort by last modified time
    Searched defs:VIBRANT (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/graphics/palette/
Target.java 77 * A target which has the characteristics of a vibrant color which is light in luminance.
82 * A target which has the characteristics of a vibrant color which is neither light or dark.
84 public static final Target VIBRANT;
87 * A target which has the characteristics of a vibrant color which is dark in luminance.
111 VIBRANT = new Target();
112 setDefaultNormalLightnessValues(VIBRANT);
113 setDefaultVibrantSaturationValues(VIBRANT);
  /frameworks/support/palette/src/main/java/androidx/palette/graphics/
Target.java 60 * A target which has the characteristics of a vibrant color which is light in luminance.
65 * A target which has the characteristics of a vibrant color which is neither light or dark.
67 public static final Target VIBRANT;
70 * A target which has the characteristics of a vibrant color which is dark in luminance.
94 VIBRANT = new Target();
95 setDefaultNormalLightnessValues(VIBRANT);
96 setDefaultVibrantSaturationValues(VIBRANT);

Completed in 379 milliseconds