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

/frameworks/support/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java47 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { method in class:ColorUtils
97 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.java606 public static int compositeColors(int foreground, int background) { method in class:NotificationColorUtil
607 return ColorUtilsFromCompat.compositeColors(foreground, background);
634 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { method in class:NotificationColorUtil.ColorUtilsFromCompat
684 foreground = compositeColors(foreground, background);

Completed in 119 milliseconds