Searched refs:compositeColors (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 591 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/ |
D | ColorUtils.java | 48 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/ |
D | NotificationViewWrapper.java | 157 backgroundColor = ContrastColorUtil.compositeColors(backgroundColor, parentBackground); in childrenNeedInversion()
|
D | NotificationTemplateViewWrapper.java | 224 return ContrastColorUtil.compositeColors(Color.argb((int) (alpha * 255), in blendColorWithBackground()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 5759 color = ContrastColorUtil.compositeColors(color, background); 5788 mNeutralColor = ContrastColorUtil.compositeColors(mNeutralColor, background);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 99684 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->compositeColors(II)I 99711 Lcom/android/internal/util/NotificationColorUtil;->compositeColors(II)I
|