Searched refs:compositeColors (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | PlaceHolderIconDrawable.java | 44 mPaint.setColor(ColorUtils.compositeColors( in PlaceHolderIconDrawable()
|
D | FastBitmapDrawable.java | 154 return ColorUtils.compositeColors(whiteScrim, mIconColor); in getIconColor()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 680 return compositeColors(whiteScrim, color); in getMutedColor() 708 public static int compositeColors(int foreground, int background) { in compositeColors() method in ContrastColorUtil 709 return ColorUtilsFromCompat.compositeColors(foreground, background); in compositeColors() 737 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ContrastColorUtil.ColorUtilsFromCompat 799 foreground = compositeColors(foreground, background); in calculateContrast()
|
/frameworks/base/core/java/android/app/ |
D | WallpaperColors.java | 576 int compositeColors = ColorUtils.compositeColors(blackTransparent, pixelColor); in calculateDarkHints() local 579 double adjustedLuminance = ColorUtils.calculateLuminance(compositeColors); in calculateDarkHints()
|
D | Notification.java | 13825 : ContrastColorUtil.compositeColors(color, background); in flattenAlpha()
|
/frameworks/base/core/java/com/android/internal/graphics/ |
D | ColorUtils.java | 50 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ColorUtils 103 foreground = compositeColors(foreground, background); in calculateContrast()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapper.java | 179 backgroundColor = ContrastColorUtil.compositeColors(backgroundColor, parentBackground); in childrenNeedInversion()
|
D | NotificationTemplateViewWrapper.java | 262 return ContrastColorUtil.compositeColors(Color.argb((int) (alpha * 255), in blendColorWithBackground()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 84608 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->compositeColors(II)I 84635 Lcom/android/internal/util/NotificationColorUtil;->compositeColors(II)I
|