HomeSort by relevance Sort by last modified time
    Searched refs:mDetailsBackgroundController (Results 1 - 6 of 6) sorted by null

  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DetailsFragmentTest.java 591 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue);
614 return ((MediaPlayerGlue) detailsFragment.mDetailsBackgroundController
621 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
632 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);
647 detailsFragment.mDetailsBackgroundController.switchToRows();
657 detailsFragment.mDetailsBackgroundController.switchToVideo();
679 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue1);
698 .mDetailsBackgroundController
709 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);
723 .mDetailsBackgroundController
    [all...]
DetailsSupportFragmentTest.java 588 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue);
611 return ((MediaPlayerGlue) detailsFragment.mDetailsBackgroundController
618 return 0 == getCoverDrawableAlpha(detailsFragment.mDetailsBackgroundController);
629 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);
644 detailsFragment.mDetailsBackgroundController.switchToRows();
654 detailsFragment.mDetailsBackgroundController.switchToVideo();
676 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue1);
695 .mDetailsBackgroundController
706 detailsFragment.mDetailsBackgroundController.setupVideoPlayback(glue2);
720 .mDetailsBackgroundController
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsFragment.java 114 mDetailsBackgroundController.switchToVideoBeforeCreate();
341 DetailsFragmentBackgroundController mDetailsBackgroundController;
623 if (fragment == null && mDetailsBackgroundController != null) {
626 fragment = mDetailsBackgroundController.onCreateVideoFragment());
681 if (mDetailsBackgroundController != null) {
682 mDetailsBackgroundController.onStart();
688 if (mDetailsBackgroundController != null) {
690 boolean isVideoVisible = mDetailsBackgroundController.disableVideoParallax();
704 if (mDetailsBackgroundController != null) {
705 mDetailsBackgroundController.onStop()
    [all...]
DetailsSupportFragment.java 109 mDetailsBackgroundController.switchToVideoBeforeCreate();
336 DetailsSupportFragmentBackgroundController mDetailsBackgroundController;
618 if (fragment == null && mDetailsBackgroundController != null) {
621 fragment = mDetailsBackgroundController.onCreateVideoSupportFragment());
676 if (mDetailsBackgroundController != null) {
677 mDetailsBackgroundController.onStart();
683 if (mDetailsBackgroundController != null) {
685 boolean isVideoVisible = mDetailsBackgroundController.disableVideoParallax();
699 if (mDetailsBackgroundController != null) {
700 mDetailsBackgroundController.onStop()
    [all...]
DetailsSupportFragmentBackgroundController.java 131 if (fragment.mDetailsBackgroundController != null) {
135 fragment.mDetailsBackgroundController = this;
DetailsFragmentBackgroundController.java 136 if (fragment.mDetailsBackgroundController != null) {
140 fragment.mDetailsBackgroundController = this;

Completed in 216 milliseconds