OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compositeComponent
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java
321
int r =
compositeComponent
(Color.red(foreground), fgAlpha,
323
int g =
compositeComponent
(Color.green(foreground), fgAlpha,
325
int b =
compositeComponent
(Color.blue(foreground), fgAlpha,
335
private static int
compositeComponent
(int fgC, int fgA, int bgC, int bgA, int a) {
/frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java
53
int r =
compositeComponent
(Color.red(foreground), fgAlpha,
55
int g =
compositeComponent
(Color.green(foreground), fgAlpha,
57
int b =
compositeComponent
(Color.blue(foreground), fgAlpha,
67
private static int
compositeComponent
(int fgC, int fgA, int bgC, int bgA, int a) {
/frameworks/support/core-utils/java/android/support/v4/graphics/
ColorUtils.java
52
int r =
compositeComponent
(Color.red(foreground), fgAlpha,
54
int g =
compositeComponent
(Color.green(foreground), fgAlpha,
56
int b =
compositeComponent
(Color.blue(foreground), fgAlpha,
66
private static int
compositeComponent
(int fgC, int fgA, int bgC, int bgA, int a) {
/frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java
576
int r =
compositeComponent
(Color.red(foreground), fgAlpha,
578
int g =
compositeComponent
(Color.green(foreground), fgAlpha,
580
int b =
compositeComponent
(Color.blue(foreground), fgAlpha,
590
private static int
compositeComponent
(int fgC, int fgA, int bgC, int bgA, int a) {
[
all
...]
/prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar
Completed in 1215 milliseconds