Searched defs:hue (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/ |
H A D | Shades.java | 54 public static @ColorInt int[] of(float hue, float chroma) { in of()
|
H A D | ColorScheme.kt | 213 val hue = hue.get(sourceColor) regex 219 val hue = hue.get(sourceColor) regex 530 val hue = cam.hue.roundToInt() regex 654 val hue = cam.hue.roundToInt() % 360 regex
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/ |
H A D | Cam.java | 115 Cam(float hue, float chroma, float j, float q, float m, float s, float jstar, float astar, in Cam() 134 public static int getInt(float hue, float chroma, float lstar) { in getInt() 187 float hue = in fromIntInFrame() local 345 public static int getInt(float hue, float chroma, float lstar, @NonNull Frame frame) { in getInt() 461 private static Cam findCamByJ(float hue, float chroma, float lstar) { in findCamByJ()
|
/aosp14/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/ |
H A D | DemoModeController.java | 129 final float hue = y / (h / 360); in onTouch() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | WallpaperColors.java | 386 final int hue = wrapDegrees(Math.round(colorToCam.get(color).getHue())); in colorToHueProportion() local 419 final int hue = wrapDegrees(Math.round(cam.getHue())); in hueProportions() local
|
/aosp14/frameworks/base/core/java/com/android/internal/colorextraction/types/ |
H A D | Tonal.java | 443 public ColorRange(Range<Float> hue, Range<Float> saturation, Range<Float> lightness) { in ColorRange()
|
/aosp14/frameworks/base/libs/hwui/hwui/ |
H A D | Bitmap.cpp | 453 MinMaxAverage hue, saturation, value; in computePalette() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.cpp | 596 MinMaxAverage hue, saturation, value; in computePalette() local
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 365 public static int CAMToColor(float hue, float chroma, float lstar) { in CAMToColor()
|