Searched refs:compositeComponent (Results 1 – 1 of 1) sorted by relevance
| /core/core/src/main/java/androidx/core/graphics/ |
| D | ColorUtils.java | 60 int r = compositeComponent(Color.red(foreground), fgAlpha, in compositeColors() 62 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors() 64 int b = compositeComponent(Color.blue(foreground), fgAlpha, in compositeColors() 148 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { in compositeComponent() method in ColorUtils
|