Searched defs:switchToVideo (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragmentBackgroundController.java267 * app calls {@link #switchToVideo}.
285 * Calling switchToVideo() in DetailsFragment.onCreate() will clear the activity enter
289 * If switchToVideo() is called after {@link DetailsFragment#prepareEntranceTransition()} and
293 * If {@link DetailsFragment#prepareEntranceTransition()} is called after switchToVideo(), an
297 public final void switchToVideo() { method in class:DetailsFragmentBackgroundController
298 mFragment.switchToVideo();
H A DDetailsSupportFragmentBackgroundController.java270 * app calls {@link #switchToVideo}.
288 * Calling switchToVideo() in DetailsSupportFragment.onCreate() will clear the activity enter
292 * If switchToVideo() is called after {@link DetailsSupportFragment#prepareEntranceTransition()} and
296 * If {@link DetailsSupportFragment#prepareEntranceTransition()} is called after switchToVideo(), an
300 public final void switchToVideo() { method in class:DetailsSupportFragmentBackgroundController
301 mFragment.switchToVideo();
H A DDetailsFragment.java199 final Event EVT_SWITCH_TO_VIDEO = new Event("switchToVideo");
227 // if switchToVideo is called before EVT_ON_CREATEVIEW, clear enter transition and skip to
260 // still need to do the switchToVideo.
334 // A temporarily flag when switchToVideo() is called in onCreate(), if mPendingFocusOnVideo is
584 void switchToVideo() { method in class:DetailsFragment
626 switchToVideo();
H A DDetailsSupportFragment.java202 final Event EVT_SWITCH_TO_VIDEO = new Event("switchToVideo");
230 // if switchToVideo is called before EVT_ON_CREATEVIEW, clear enter transition and skip to
263 // still need to do the switchToVideo.
337 // A temporarily flag when switchToVideo() is called in onCreate(), if mPendingFocusOnVideo is
587 void switchToVideo() { method in class:DetailsSupportFragment
629 switchToVideo();

Completed in 115 milliseconds