OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BGCOLOR
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/policy/src/com/android/internal/policy/impl/
ImmersiveModeConfirmation.java
197
private static final int
BGCOLOR
= 0x80000000;
271
mColorAnim = ValueAnimator.ofObject(new ArgbEvaluator(), 0,
BGCOLOR
);
282
mColor.setColor(
BGCOLOR
);
/frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java
47
static final int
BGCOLOR
= 0xffed1d24;
73
bg.setBackgroundColor(
BGCOLOR
);
Completed in 97 milliseconds