Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java167 private View mBackgroundView; field in PopupWindow
1432 if (mBackground != null && mBackgroundView != null) { in updateAboveAnchor()
1438 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable); in updateAboveAnchor()
1440 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable); in updateAboveAnchor()
1443 mBackgroundView.refreshDrawableState(); in updateAboveAnchor()
1491 mBackgroundView = createBackgroundView(mContentView); in preparePopup()
1492 mBackgroundView.setBackground(mBackground); in preparePopup()
1494 mBackgroundView = mContentView; in preparePopup()
1497 mDecorView = createDecorView(mBackgroundView); in preparePopup()
1501 mBackgroundView.setElevation(mElevation); in preparePopup()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java610 private ImageView mBackgroundView; field in GlobalScreenshot
636mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background); in GlobalScreenshot()
898 mBackgroundView.setAlpha(0f); in createScreenshotDropInAnimation()
899 mBackgroundView.setVisibility(View.VISIBLE); in createScreenshotDropInAnimation()
921 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA); in createScreenshotDropInAnimation()
937 mBackgroundView.setVisibility(View.GONE); in createScreenshotDropOutAnimation()
952 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA); in createScreenshotDropOutAnimation()
990 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA); in createScreenshotDropOutAnimation()