Searched refs:compositeComponent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | TestUtils.java | 321 int r = compositeComponent(Color.red(foreground), fgAlpha, in compositeColors() 323 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors() 325 int b = compositeComponent(Color.blue(foreground), fgAlpha, in compositeColors() 335 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { in compositeComponent() method in TestUtils
|