Home
last modified time | relevance | path

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

/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DOnboardingDemoSupportFragment.java51 private View mBackgroundView; field in OnboardingDemoSupportFragment
84 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false); in onCreateBackgroundView()
85 return mBackgroundView; in onCreateBackgroundView()
104 animators.add(createFadeInAnimator(mBackgroundView)); in onCreateEnterAnimation()
DOnboardingDemoFragment.java48 private View mBackgroundView; field in OnboardingDemoFragment
81 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false); in onCreateBackgroundView()
82 return mBackgroundView; in onCreateBackgroundView()
101 animators.add(createFadeInAnimator(mBackgroundView)); in onCreateEnterAnimation()
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DDetailsFragment.java332 View mBackgroundView; field in DetailsFragment
447 mBackgroundView = mRootView.findViewById(R.id.details_background_view); in onCreateView()
448 if (mBackgroundView != null) { in onCreateView()
449 mBackgroundView.setBackground(mBackgroundDrawable); in onCreateView()
832 if (mBackgroundView != null) { in setBackgroundDrawable()
833 mBackgroundView.setBackground(drawable); in setBackgroundDrawable()
DDetailsSupportFragment.java327 View mBackgroundView; field in DetailsSupportFragment
442 mBackgroundView = mRootView.findViewById(R.id.details_background_view); in onCreateView()
443 if (mBackgroundView != null) { in onCreateView()
444 mBackgroundView.setBackground(mBackgroundDrawable); in onCreateView()
827 if (mBackgroundView != null) { in setBackgroundDrawable()
828 mBackgroundView.setBackground(drawable); in setBackgroundDrawable()
DPlaybackFragment.java214 View mBackgroundView; field in PlaybackFragment
310 if (mBackgroundView != null) { in setBgAlpha()
311 mBackgroundView.getBackground().setAlpha(alpha); in setBgAlpha()
815 if (mBackgroundView != null) { in updateBackground()
827 mBackgroundView.setBackground(new ColorDrawable(color)); in updateBackground()
869 mBackgroundView = mRootView.findViewById(R.id.playback_fragment_background); in onCreateView()
963 mBackgroundView = null; in onDestroyView()
DPlaybackSupportFragment.java207 View mBackgroundView; field in PlaybackSupportFragment
303 if (mBackgroundView != null) { in setBgAlpha()
304 mBackgroundView.getBackground().setAlpha(alpha); in setBgAlpha()
808 if (mBackgroundView != null) { in updateBackground()
820 mBackgroundView.setBackground(new ColorDrawable(color)); in updateBackground()
862 mBackgroundView = mRootView.findViewById(R.id.playback_fragment_background); in onCreateView()
956 mBackgroundView = null; in onDestroyView()
/frameworks/base/core/java/android/widget/
DPopupWindow.java161 private View mBackgroundView; field in PopupWindow
1292 if (mBackground != null && mBackgroundView != null) { in updateAboveAnchor()
1298 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable); in updateAboveAnchor()
1300 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable); in updateAboveAnchor()
1303 mBackgroundView.refreshDrawableState(); in updateAboveAnchor()
1350 mBackgroundView = createBackgroundView(mContentView); in preparePopup()
1351 mBackgroundView.setBackground(mBackground); in preparePopup()
1353 mBackgroundView = mContentView; in preparePopup()
1356 mDecorView = createDecorView(mBackgroundView); in preparePopup()
1360 mBackgroundView.setElevation(mElevation); in preparePopup()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java456 private ImageView mBackgroundView; field in GlobalScreenshot
483mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background); in GlobalScreenshot()
751 mBackgroundView.setAlpha(0f); in createScreenshotDropInAnimation()
752 mBackgroundView.setVisibility(View.VISIBLE); in createScreenshotDropInAnimation()
774 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA); in createScreenshotDropInAnimation()
790 mBackgroundView.setVisibility(View.GONE); in createScreenshotDropOutAnimation()
805 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA); in createScreenshotDropOutAnimation()
843 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA); in createScreenshotDropOutAnimation()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt7111 Landroid/widget/PopupWindow;->mBackgroundView:Landroid/view/View;
Dhiddenapi-private-dex.txt103474 Landroid/widget/PopupWindow;->mBackgroundView:Landroid/view/View;