Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java168 private View mBackgroundView; field in PopupWindow
1433 if (mBackground != null && mBackgroundView != null) { in updateAboveAnchor()
1439 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable); in updateAboveAnchor()
1441 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable); in updateAboveAnchor()
1444 mBackgroundView.refreshDrawableState(); in updateAboveAnchor()
1492 mBackgroundView = createBackgroundView(mContentView); in preparePopup()
1493 mBackgroundView.setBackground(mBackground); in preparePopup()
1495 mBackgroundView = mContentView; in preparePopup()
1498 mDecorView = createDecorView(mBackgroundView); in preparePopup()
1502 mBackgroundView.setElevation(mElevation); in preparePopup()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java481 private ImageView mBackgroundView; field in GlobalScreenshot
507mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background); in GlobalScreenshot()
769 mBackgroundView.setAlpha(0f); in createScreenshotDropInAnimation()
770 mBackgroundView.setVisibility(View.VISIBLE); in createScreenshotDropInAnimation()
792 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA); in createScreenshotDropInAnimation()
808 mBackgroundView.setVisibility(View.GONE); in createScreenshotDropOutAnimation()
823 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA); in createScreenshotDropOutAnimation()
861 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA); in createScreenshotDropOutAnimation()