OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgroundColor
(Results
1 - 7
of
7
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLRotationGuideRenderer.java
37
private final AtomicInteger
mBackgroundColor
= new AtomicInteger(BACKGROUND_BLACK);
57
mBackgroundColor
.set(value);
98
switch (
mBackgroundColor
.get()) {
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
NavigationBarColorVerifier.java
38
public final int
mBackgroundColor
;
43
mBackgroundColor
= backgroundColor;
133
.mapToInt(screenShot -> screenShot.
mBackgroundColor
)
156
.filter(screenShot -> screenShot.mPixels[i] == screenShot.
mBackgroundColor
)
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
WaveScopeView.java
32
private int
mBackgroundColor
= Color.WHITE;
51
public void setBackgroundColor(int color) {
mBackgroundColor
= color; }
168
mPaint.setColor(
mBackgroundColor
);
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
SampleWallpaper.java
68
private int
mBackgroundColor
= Color.BLACK;
95
ColorDrawable drawable = new ColorDrawable(
mBackgroundColor
);
139
canvas.drawColor(
mBackgroundColor
);
208
mBackgroundColor
= Color.argb(255, br, bg, bb);
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java
155
private int
mBackgroundColor
;
243
mBackgroundColor
= mSharedPref.getInt(backgroundColorResourceName, Color.BLACK);
251
if (
mBackgroundColor
== Color.WHITE) {
271
mBackgroundPaint.setColor(
mBackgroundColor
);
482
mBackgroundPaint.setColor(
mBackgroundColor
);
621
canvas.drawColor(
mBackgroundColor
);
[
all
...]
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java
155
private int
mBackgroundColor
;
243
mBackgroundColor
= mSharedPref.getInt(backgroundColorResourceName, Color.BLACK);
251
if (
mBackgroundColor
== Color.WHITE) {
271
mBackgroundPaint.setColor(
mBackgroundColor
);
482
mBackgroundPaint.setColor(
mBackgroundColor
);
621
canvas.drawColor(
mBackgroundColor
);
[
all
...]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
ColorsActivity.java
118
private int
mBackgroundColor
;
147
mBackgroundColor
= color;
217
canvas.drawColor(
mBackgroundColor
);
Completed in 1265 milliseconds