Searched defs:compositeColors (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DColorUtils.java52 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { method in class:ColorUtils
79 * Color purple = ColorUtils.compositeColors(
91 public static Color compositeColors(@NonNull Color foreground, @NonNull Color background) { method in class:ColorUtils
165 foreground = compositeColors(foreground, background);
/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java48 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { method in class:ColorUtils
98 foreground = compositeColors(foreground, background);
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java618 public static int compositeColors(int foreground, int background) { method in class:NotificationColorUtil
619 return ColorUtilsFromCompat.compositeColors(foreground, background);
646 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { method in class:NotificationColorUtil.ColorUtilsFromCompat
696 foreground = compositeColors(foreground, background);

Completed in 129 milliseconds