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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java329 private ImageView mBackgroundView; field in class:GlobalScreenshot
356 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
555 mBackgroundView.setAlpha(0f);
556 mBackgroundView.setVisibility(View.VISIBLE);
578 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
594 mBackgroundView.setVisibility(View.GONE);
609 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
647 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);

Completed in 58 milliseconds