Searched refs:mDetailsBackgroundController (Results 1 – 6 of 6) sorted by relevance
586 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue);609 return ((MediaPlayerGlue) detailsFragment.mDetailsBackgroundController616 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);627 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);642 detailsFragment.mDetailsBackgroundController.switchToRows();652 detailsFragment.mDetailsBackgroundController.switchToVideo();674 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue1);693 .mDetailsBackgroundController704 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);718 .mDetailsBackgroundController[all …]
589 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue);612 return ((MediaPlayerGlue) detailsFragment.mDetailsBackgroundController619 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);630 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);645 detailsFragment.mDetailsBackgroundController.switchToRows();655 detailsFragment.mDetailsBackgroundController.switchToVideo();677 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue1);696 .mDetailsBackgroundController707 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);721 .mDetailsBackgroundController[all …]
105 mDetailsBackgroundController.switchToVideoBeforeCreate(); in switchToVideoBeforeVideoFragmentCreated()332 DetailsFragmentBackgroundController mDetailsBackgroundController; field in DetailsFragment614 if (fragment == null && mDetailsBackgroundController != null) { in findOrCreateVideoFragment()617 fragment = mDetailsBackgroundController.onCreateVideoFragment()); in findOrCreateVideoFragment()672 if (mDetailsBackgroundController != null) { in onSafeStart()673 mDetailsBackgroundController.onStart(); in onSafeStart()679 if (mDetailsBackgroundController != null) { in onReturnTransitionStart()681 boolean isVideoVisible = mDetailsBackgroundController.disableVideoParallax(); in onReturnTransitionStart()695 if (mDetailsBackgroundController != null) { in onStop()696 mDetailsBackgroundController.onStop(); in onStop()[all …]
108 mDetailsBackgroundController.switchToVideoBeforeCreate(); in switchToVideoBeforeVideoSupportFragmentCreated()335 DetailsSupportFragmentBackgroundController mDetailsBackgroundController; field in DetailsSupportFragment617 if (fragment == null && mDetailsBackgroundController != null) { in findOrCreateVideoSupportFragment()620 fragment = mDetailsBackgroundController.onCreateVideoSupportFragment()); in findOrCreateVideoSupportFragment()675 if (mDetailsBackgroundController != null) { in onSafeStart()676 mDetailsBackgroundController.onStart(); in onSafeStart()682 if (mDetailsBackgroundController != null) { in onReturnTransitionStart()684 boolean isVideoVisible = mDetailsBackgroundController.disableVideoParallax(); in onReturnTransitionStart()698 if (mDetailsBackgroundController != null) { in onStop()699 mDetailsBackgroundController.onStop(); in onStop()[all …]
130 if (fragment.mDetailsBackgroundController != null) { in DetailsFragmentBackgroundController()134 fragment.mDetailsBackgroundController = this; in DetailsFragmentBackgroundController()
133 if (fragment.mDetailsBackgroundController != null) { in DetailsSupportFragmentBackgroundController()137 fragment.mDetailsBackgroundController = this; in DetailsSupportFragmentBackgroundController()