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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java370 private ImageView mBackgroundView; field in class:GlobalScreenshot
397 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
611 mBackgroundView.setAlpha(0f);
612 mBackgroundView.setVisibility(View.VISIBLE);
634 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
650 mBackgroundView.setVisibility(View.GONE);
665 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
703 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);

Completed in 69 milliseconds