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/
DNotificationColorUtil.java377 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in NotificationColorUtil.ColorUtilsFromCompat
/frameworks/support/core-utils/java/android/support/v4/graphics/
DColorUtils.java47 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ColorUtils