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

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A 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...]
H A 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/
H A DDetailsFragment.java105 mDetailsBackgroundController.switchToVideoBeforeCreate();
332 DetailsFragmentBackgroundController mDetailsBackgroundController; field in class:DetailsFragment
614 if (fragment == null && mDetailsBackgroundController != null) {
617 fragment = mDetailsBackgroundController.onCreateVideoFragment());
672 if (mDetailsBackgroundController != null) {
673 mDetailsBackgroundController.onStart();
679 if (mDetailsBackgroundController != null) {
681 boolean isVideoVisible = mDetailsBackgroundController.disableVideoParallax();
695 if (mDetailsBackgroundController != null) {
696 mDetailsBackgroundController
[all...]
H A DDetailsSupportFragment.java108 mDetailsBackgroundController.switchToVideoBeforeCreate();
335 DetailsSupportFragmentBackgroundController mDetailsBackgroundController; field in class:DetailsSupportFragment
617 if (fragment == null && mDetailsBackgroundController != null) {
620 fragment = mDetailsBackgroundController.onCreateVideoSupportFragment());
675 if (mDetailsBackgroundController != null) {
676 mDetailsBackgroundController.onStart();
682 if (mDetailsBackgroundController != null) {
684 boolean isVideoVisible = mDetailsBackgroundController.disableVideoParallax();
698 if (mDetailsBackgroundController != null) {
699 mDetailsBackgroundController
[all...]
H A DDetailsFragmentBackgroundController.java130 if (fragment.mDetailsBackgroundController != null) {
134 fragment.mDetailsBackgroundController = this;
H A DDetailsSupportFragmentBackgroundController.java133 if (fragment.mDetailsBackgroundController != null) {
137 fragment.mDetailsBackgroundController = this;

Completed in 83 milliseconds