Home
last modified time | relevance | path

Searched refs:compositeComponent (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/graphics/
DColorUtils.java52 int r = compositeComponent(Color.red(foreground), fgAlpha, in compositeColors()
54 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors()
56 int b = compositeComponent(Color.blue(foreground), fgAlpha, in compositeColors()
66 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { in compositeComponent() method in ColorUtils
/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java368 int r = compositeComponent(Color.red(foreground), fgAlpha, in compositeColors()
370 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors()
372 int b = compositeComponent(Color.blue(foreground), fgAlpha, in compositeColors()
382 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { in compositeComponent() method in NotificationColorUtil.ColorUtilsFromCompat