Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java617 public static int compositeColors(int foreground, int background) { in compositeColors() method in ContrastColorUtil
645 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ContrastColorUtil.ColorUtilsFromCompat
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java48 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ColorUtils