OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mBackground
(Results
1 - 6
of
6
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java
19
private View
mBackground
;
36
mBackground
.startAnimation(mFadeOutAnimation);
55
mBackground
.startAnimation(mFadeOutAnimation);
74
mBackground
.startAnimation(mFadeOutAnimation);
96
mBackground
= findViewById(R.id.mainMenuBackground);
MainMenuActivity.java
44
private View
mBackground
;
65
mBackground
.startAnimation(mFadeOutAnimation);
81
mBackground
.startAnimation(mFadeOutAnimation);
125
mBackground
= findViewById(R.id.mainMenuBackground);
297
if (
mBackground
!= null) {
298
mBackground
.clearAnimation();
ExtrasMenuActivity.java
23
private View
mBackground
;
83
mBackground
.startAnimation(mFadeOutAnimation);
103
mBackground
= findViewById(R.id.mainMenuBackground);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java
163
final Paint
mBackground
= new Paint();
179
mBackground
.setColor(0xff000000);
234
canvas.drawColor(
mBackground
.getColor());
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java
57
ColorDrawable
mBackground
;
93
mBackground
= new ColorDrawable(Color.BLACK);
94
mTopLevelLayout.setBackground(
mBackground
);
165
ObjectAnimator bgAnim = ObjectAnimator.ofInt(
mBackground
, "alpha", 0, 255);
225
ObjectAnimator bgAnim = ObjectAnimator.ofInt(
mBackground
, "alpha", 0);
/development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java
83
private Drawable
mBackground
;
116
mBackground
= getBackground();
132
final Drawable background =
mBackground
;
Completed in 68 milliseconds