Home
last modified time | relevance | path

Searched refs:compositeColors (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java591 return compositeColors(whiteScrim, color); in getMutedColor()
617 public static int compositeColors(int foreground, int background) { in compositeColors() method in ContrastColorUtil
618 return ColorUtilsFromCompat.compositeColors(foreground, background); in compositeColors()
645 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ContrastColorUtil.ColorUtilsFromCompat
707 foreground = compositeColors(foreground, background); in calculateContrast()
/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
98 foreground = compositeColors(foreground, background); in calculateContrast()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java157 backgroundColor = ContrastColorUtil.compositeColors(backgroundColor, parentBackground); in childrenNeedInversion()
DNotificationTemplateViewWrapper.java224 return ContrastColorUtil.compositeColors(Color.argb((int) (alpha * 255), in blendColorWithBackground()
/frameworks/base/core/java/android/app/
DNotification.java5759 color = ContrastColorUtil.compositeColors(color, background);
5788 mNeutralColor = ContrastColorUtil.compositeColors(mNeutralColor, background);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt99684 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->compositeColors(II)I
99711 Lcom/android/internal/util/NotificationColorUtil;->compositeColors(II)I