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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java249 private ImageView mBackgroundView; field in class:GlobalScreenshot
274 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
462 mBackgroundView.setAlpha(0f);
463 mBackgroundView.setVisibility(View.VISIBLE);
485 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
501 mBackgroundView.setVisibility(View.GONE);
516 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
554 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);

Completed in 69 milliseconds