Searched refs:mBackgroundView (Results 1 – 8 of 8) sorted by relevance
50 private View mBackgroundView; field in OnboardingDemoSupportFragment83 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false); in onCreateBackgroundView()84 return mBackgroundView; in onCreateBackgroundView()103 animators.add(createFadeInAnimator(mBackgroundView)); in onCreateEnterAnimation()
47 private View mBackgroundView; field in OnboardingDemoFragment80 mBackgroundView = layoutInflater.inflate(R.layout.onboarding_image, viewGroup, false); in onCreateBackgroundView()81 return mBackgroundView; in onCreateBackgroundView()100 animators.add(createFadeInAnimator(mBackgroundView)); in onCreateEnterAnimation()
204 View mBackgroundView; field in PlaybackSupportFragment300 if (mBackgroundView != null) { in setBgAlpha()301 mBackgroundView.getBackground().setAlpha(alpha); in setBgAlpha()803 if (mBackgroundView != null) { in updateBackground()815 mBackgroundView.setBackground(new ColorDrawable(color)); in updateBackground()857 mBackgroundView = mRootView.findViewById(R.id.playback_fragment_background); in onCreateView()951 mBackgroundView = null; in onDestroyView()
201 View mBackgroundView; field in PlaybackFragment297 if (mBackgroundView != null) { in setBgAlpha()298 mBackgroundView.getBackground().setAlpha(alpha); in setBgAlpha()800 if (mBackgroundView != null) { in updateBackground()812 mBackgroundView.setBackground(new ColorDrawable(color)); in updateBackground()854 mBackgroundView = mRootView.findViewById(R.id.playback_fragment_background); in onCreateView()948 mBackgroundView = null; in onDestroyView()
323 View mBackgroundView; field in DetailsFragment438 mBackgroundView = mRootView.findViewById(R.id.details_background_view); in onCreateView()439 if (mBackgroundView != null) { in onCreateView()440 mBackgroundView.setBackground(mBackgroundDrawable); in onCreateView()823 if (mBackgroundView != null) { in setBackgroundDrawable()824 mBackgroundView.setBackground(drawable); in setBackgroundDrawable()
326 View mBackgroundView; field in DetailsSupportFragment441 mBackgroundView = mRootView.findViewById(R.id.details_background_view); in onCreateView()442 if (mBackgroundView != null) { in onCreateView()443 mBackgroundView.setBackground(mBackgroundDrawable); in onCreateView()826 if (mBackgroundView != null) { in setBackgroundDrawable()827 mBackgroundView.setBackground(drawable); in setBackgroundDrawable()
161 private View mBackgroundView; field in PopupWindow1292 if (mBackground != null && mBackgroundView != null) { in updateAboveAnchor()1298 mBackgroundView.setBackground(mAboveAnchorBackgroundDrawable); in updateAboveAnchor()1300 mBackgroundView.setBackground(mBelowAnchorBackgroundDrawable); in updateAboveAnchor()1303 mBackgroundView.refreshDrawableState(); in updateAboveAnchor()1346 mBackgroundView = createBackgroundView(mContentView); in preparePopup()1347 mBackgroundView.setBackground(mBackground); in preparePopup()1349 mBackgroundView = mContentView; in preparePopup()1352 mDecorView = createDecorView(mBackgroundView); in preparePopup()1355 mBackgroundView.setElevation(mElevation); in preparePopup()[all …]
430 private ImageView mBackgroundView; field in GlobalScreenshot457 … mBackgroundView = (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()