Home
last modified time | relevance | path

Searched refs:mDetailsBackgroundController (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
DDetailsFragmentTest.java586 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue);
609 return ((MediaPlayerGlue) detailsFragment.mDetailsBackgroundController
616 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
627 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);
642 detailsFragment.mDetailsBackgroundController.switchToRows();
652 detailsFragment.mDetailsBackgroundController.switchToVideo();
674 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue1);
693 .mDetailsBackgroundController
704 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);
718 .mDetailsBackgroundController
[all …]
DDetailsSupportFragmentTest.java589 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue);
612 return ((MediaPlayerGlue) detailsFragment.mDetailsBackgroundController
619 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
630 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);
645 detailsFragment.mDetailsBackgroundController.switchToRows();
655 detailsFragment.mDetailsBackgroundController.switchToVideo();
677 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue1);
696 .mDetailsBackgroundController
707 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);
721 .mDetailsBackgroundController
[all …]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DDetailsFragment.java105 mDetailsBackgroundController.switchToVideoBeforeCreate(); in switchToVideoBeforeVideoFragmentCreated()
332 DetailsFragmentBackgroundController mDetailsBackgroundController; field in DetailsFragment
614 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 …]
DDetailsSupportFragment.java108 mDetailsBackgroundController.switchToVideoBeforeCreate(); in switchToVideoBeforeVideoSupportFragmentCreated()
335 DetailsSupportFragmentBackgroundController mDetailsBackgroundController; field in DetailsSupportFragment
617 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 …]
DDetailsFragmentBackgroundController.java130 if (fragment.mDetailsBackgroundController != null) { in DetailsFragmentBackgroundController()
134 fragment.mDetailsBackgroundController = this; in DetailsFragmentBackgroundController()
DDetailsSupportFragmentBackgroundController.java133 if (fragment.mDetailsBackgroundController != null) { in DetailsSupportFragmentBackgroundController()
137 fragment.mDetailsBackgroundController = this; in DetailsSupportFragmentBackgroundController()