Searched defs:mBackgroundView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java332 private ImageView mBackgroundView; field in class:GlobalScreenshot
359 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
558 mBackgroundView.setAlpha(0f);
559 mBackgroundView.setVisibility(View.VISIBLE);
581 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
597 mBackgroundView.setVisibility(View.GONE);
612 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
650 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);

Completed in 57 milliseconds