OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBackgroundView
(Results
1 - 2
of
2
) sorted by null
/development/samples/Snake/src/com/example/android/snake/
SnakeView.java
89
*
mBackgroundView
: Background View which shows 4 different colored triangles pressing which
92
private View
mBackgroundView
;
320
mBackgroundView
= backgroundView;
339
mBackgroundView
.setVisibility(View.VISIBLE);
347
mBackgroundView
.setVisibility(View.GONE);
352
mBackgroundView
.setVisibility(View.GONE);
358
mBackgroundView
.setVisibility(View.GONE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java
281
private ImageView
mBackgroundView
;
306
mBackgroundView
= (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
495
mBackgroundView
.setAlpha(0f);
496
mBackgroundView
.setVisibility(View.VISIBLE);
518
mBackgroundView
.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
534
mBackgroundView
.setVisibility(View.GONE);
549
mBackgroundView
.setAlpha((1f - t) * BACKGROUND_ALPHA);
587
mBackgroundView
.setAlpha((1f - t) * BACKGROUND_ALPHA);
Completed in 184 milliseconds