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/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java52 int r = compositeComponent(Color.red(foreground), fgAlpha,
54 int g = compositeComponent(Color.green(foreground), fgAlpha,
56 int b = compositeComponent(Color.blue(foreground), fgAlpha,
66 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.java576 int r = compositeComponent(Color.red(foreground), fgAlpha,
578 int g = compositeComponent(Color.green(foreground), fgAlpha,
580 int b = compositeComponent(Color.blue(foreground), fgAlpha,
590 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { method in class:NotificationColorUtil.ColorUtilsFromCompat

Completed in 78 milliseconds