Home
last modified time | relevance | path

Searched defs:compositeColors (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java620 public static int compositeColors(int foreground, int background) { in compositeColors() method in ContrastColorUtil
649 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ContrastColorUtil.ColorUtilsFromCompat
/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java50 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ColorUtils