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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragment.java 111 mDetailsBackgroundController.switchToVideoBeforeCreate();
338 DetailsFragmentBackgroundController mDetailsBackgroundController;
620 if (fragment == null && mDetailsBackgroundController != null) {
623 fragment = mDetailsBackgroundController.onCreateVideoFragment());
678 if (mDetailsBackgroundController != null) {
679 mDetailsBackgroundController.onStart();
685 if (mDetailsBackgroundController != null) {
687 boolean isVideoVisible = mDetailsBackgroundController.disableVideoParallax();
701 if (mDetailsBackgroundController != null) {
702 mDetailsBackgroundController.onStop()
    [all...]
DetailsSupportFragment.java 108 mDetailsBackgroundController.switchToVideoBeforeCreate();
335 DetailsSupportFragmentBackgroundController mDetailsBackgroundController;
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.onStop()
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 683 milliseconds