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

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DOnboardingDemoFragment.java47 private View mBackgroundView; field in class:OnboardingDemoFragment
80 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false);
81 return mBackgroundView;
100 animators.add(createFadeInAnimator(mBackgroundView));
H A DOnboardingDemoSupportFragment.java50 private View mBackgroundView; field in class:OnboardingDemoSupportFragment
83 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false);
84 return mBackgroundView;
103 animators.add(createFadeInAnimator(mBackgroundView));
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DOnboardingDemoFragment.java47 private View mBackgroundView; field in class:OnboardingDemoFragment
80 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false);
81 return mBackgroundView;
100 animators.add(createFadeInAnimator(mBackgroundView));
H A DOnboardingDemoSupportFragment.java50 private View mBackgroundView; field in class:OnboardingDemoSupportFragment
83 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false);
84 return mBackgroundView;
103 animators.add(createFadeInAnimator(mBackgroundView));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragment.java329 View mBackgroundView; field in class:DetailsFragment
444 mBackgroundView = mRootView.findViewById(R.id.details_background_view);
445 if (mBackgroundView != null) {
446 mBackgroundView.setBackground(mBackgroundDrawable);
829 if (mBackgroundView != null) {
830 mBackgroundView.setBackground(drawable);
H A DPlaybackFragment.java204 View mBackgroundView; field in class:PlaybackFragment
300 if (mBackgroundView != null) {
301 mBackgroundView.getBackground().setAlpha(alpha);
803 if (mBackgroundView != null) {
815 mBackgroundView.setBackground(new ColorDrawable(color));
857 mBackgroundView = mRootView.findViewById(R.id.playback_fragment_background);
951 mBackgroundView = null;
H A DPlaybackSupportFragment.java201 View mBackgroundView; field in class:PlaybackSupportFragment
297 if (mBackgroundView != null) {
298 mBackgroundView.getBackground().setAlpha(alpha);
800 if (mBackgroundView != null) {
812 mBackgroundView.setBackground(new ColorDrawable(color));
854 mBackgroundView = mRootView.findViewById(R.id.playback_fragment_background);
948 mBackgroundView = null;
H A DDetailsSupportFragment.java326 View mBackgroundView; field in class:DetailsSupportFragment
441 mBackgroundView = mRootView.findViewById(R.id.details_background_view);
442 if (mBackgroundView != null) {
443 mBackgroundView.setBackground(mBackgroundDrawable);
826 if (mBackgroundView != null) {
827 mBackgroundView.setBackground(drawable);
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java161 private View mBackgroundView; field in class:PopupWindow
1292 if (mBackground != null && mBackgroundView != null) {
1298 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable);
1300 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable);
1303 mBackgroundView.refreshDrawableState();
1350 mBackgroundView = createBackgroundView(mContentView);
1351 mBackgroundView.setBackground(mBackground);
1353 mBackgroundView = mContentView;
1356 mDecorView = createDecorView(mBackgroundView);
1359 mBackgroundView
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java439 private ImageView mBackgroundView; field in class:GlobalScreenshot
466 mBackgroundView = (ImageView) mScreenshotLayout.findViewById(R.id.global_screenshot_background);
767 mBackgroundView.setAlpha(0f);
768 mBackgroundView.setVisibility(View.VISIBLE);
790 mBackgroundView.setAlpha(scaleInterpolator.getInterpolation(t) * BACKGROUND_ALPHA);
806 mBackgroundView.setVisibility(View.GONE);
821 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);
859 mBackgroundView.setAlpha((1f - t) * BACKGROUND_ALPHA);

Completed in 1875 milliseconds