Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DPlaceHolderIconDrawable.java44 mPaint.setColor(ColorUtils.compositeColors( in PlaceHolderIconDrawable()
DFastBitmapDrawable.java154 return ColorUtils.compositeColors(whiteScrim, mIconColor); in getIconColor()
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java680 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/
DWallpaperColors.java576 int compositeColors = ColorUtils.compositeColors(blackTransparent, pixelColor); in calculateDarkHints() local
579 double adjustedLuminance = ColorUtils.calculateLuminance(compositeColors); in calculateDarkHints()
DNotification.java13825 : ContrastColorUtil.compositeColors(color, background); in flattenAlpha()
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java50 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/
DNotificationViewWrapper.java179 backgroundColor = ContrastColorUtil.compositeColors(backgroundColor, parentBackground); in childrenNeedInversion()
DNotificationTemplateViewWrapper.java262 return ContrastColorUtil.compositeColors(Color.argb((int) (alpha * 255), in blendColorWithBackground()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt84608 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->compositeColors(II)I
84635 Lcom/android/internal/util/NotificationColorUtil;->compositeColors(II)I