Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java149 private View mBackgroundView; field in PopupWindow
1243 if (mBackground != null && mBackgroundView != null) { in updateAboveAnchor()
1249 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable); in updateAboveAnchor()
1251 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable); in updateAboveAnchor()
1254 mBackgroundView.refreshDrawableState(); in updateAboveAnchor()
1297 mBackgroundView = createBackgroundView(mContentView); in preparePopup()
1298 mBackgroundView.setBackground(mBackground); in preparePopup()
1300 mBackgroundView = mContentView; in preparePopup()
1303 mDecorView = createDecorView(mBackgroundView); in preparePopup()
1306 mBackgroundView.setElevation(mElevation); in preparePopup()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java422 private ImageView mBackgroundView; field in GlobalScreenshot
449mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background); in GlobalScreenshot()
743 mBackgroundView.setAlpha(0f); in createScreenshotDropInAnimation()
744 mBackgroundView.setVisibility(View.VISIBLE); in createScreenshotDropInAnimation()
766 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA); in createScreenshotDropInAnimation()
782 mBackgroundView.setVisibility(View.GONE); in createScreenshotDropOutAnimation()
797 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA); in createScreenshotDropOutAnimation()
835 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA); in createScreenshotDropOutAnimation()