Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/graphics/
DColorUtils.java49 int fgAlpha = Color.alpha(foreground); in compositeColors() local
50 int a = compositeAlpha(fgAlpha, bgAlpha); in compositeColors()
52 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()
/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java365 int fgAlpha = Color.alpha(foreground); in compositeColors() local
366 int a = compositeAlpha(fgAlpha, bgAlpha); in compositeColors()
368 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()