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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java109 private View mBackgroundView; field in class:PopupWindow
1117 if (mBackground != null && mBackgroundView != null) {
1123 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable);
1125 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable);
1128 mBackgroundView.refreshDrawableState();
1171 mBackgroundView = createBackgroundView(mContentView);
1172 mBackgroundView.setBackground(mBackground);
1174 mBackgroundView = mContentView;
1177 mDecorView = createDecorView(mBackgroundView);
1180 mBackgroundView
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java419 private ImageView mBackgroundView; field in class:GlobalScreenshot
446 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
660 mBackgroundView.setAlpha(0f);
661 mBackgroundView.setVisibility(View.VISIBLE);
683 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
699 mBackgroundView.setVisibility(View.GONE);
714 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
752 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);

Completed in 32 milliseconds