Searched refs:compositeComponent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java53 int r = compositeComponent(Color.red(foreground), fgAlpha,
55 int g = compositeComponent(Color.green(foreground), fgAlpha,
57 int b = compositeComponent(Color.blue(foreground), fgAlpha,
67 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { method in class:ColorUtils
/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DColorUtils.java57 int r = compositeComponent(Color.red(foreground), fgAlpha,
59 int g = compositeComponent(Color.green(foreground), fgAlpha,
61 int b = compositeComponent(Color.blue(foreground), fgAlpha,
134 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { method in class:ColorUtils
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java651 int r = compositeComponent(Color.red(foreground), fgAlpha,
653 int g = compositeComponent(Color.green(foreground), fgAlpha,
655 int b = compositeComponent(Color.blue(foreground), fgAlpha,
665 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { method in class:NotificationColorUtil.ColorUtilsFromCompat

Completed in 39 milliseconds