Home
last modified time | relevance | path

Searched refs:compositeComponent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java55 int r = compositeComponent(Color.red(foreground), fgAlpha, in compositeColors()
57 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors()
59 int b = compositeComponent(Color.blue(foreground), fgAlpha, in compositeColors()
69 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { in compositeComponent() method in ColorUtils
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java654 int r = compositeComponent(Color.red(foreground), fgAlpha, in compositeColors()
656 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors()
658 int b = compositeComponent(Color.blue(foreground), fgAlpha, in compositeColors()
668 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { in compositeComponent() method in ContrastColorUtil.ColorUtilsFromCompat
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt88575 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->compositeComponent(IIIII)I