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

/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java67 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { argument
69 return ((0xFF * fgC * fgA) + (bgC * bgA * (0xFF - fgA))) / (a * 0xFF);
/frameworks/support/compat/src/main/java/androidx/core/graphics/
H A DColorUtils.java134 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { argument
136 return ((0xFF * fgC * fgA) + (bgC * bgA * (0xFF - fgA))) / (a * 0xFF);
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java665 private static int compositeComponent(int fgC, int fgA, int bgC, int bgA, int a) { argument
667 return ((0xFF * fgC * fgA) + (bgC * bgA * (0xFF - fgA))) / (a * 0xFF);

Completed in 67 milliseconds