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

  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsFragmentBackgroundController.java 273 * app calls {@link #switchToVideo}.
291 * Calling switchToVideo() in DetailsFragment.onCreate() will clear the activity enter
295 * If switchToVideo() is called after {@link DetailsFragment#prepareEntranceTransition()} and
299 * If {@link DetailsFragment#prepareEntranceTransition()} is called after switchToVideo(), an
303 public final void switchToVideo() {
304 mFragment.switchToVideo();
DetailsSupportFragmentBackgroundController.java 268 * app calls {@link #switchToVideo}.
286 * Calling switchToVideo() in DetailsSupportFragment.onCreate() will clear the activity enter
290 * If switchToVideo() is called after {@link DetailsSupportFragment#prepareEntranceTransition()} and
294 * If {@link DetailsSupportFragment#prepareEntranceTransition()} is called after switchToVideo(), an
298 public final void switchToVideo() {
299 mFragment.switchToVideo();
DetailsFragment.java 208 final Event EVT_SWITCH_TO_VIDEO = new Event("switchToVideo");
236 // if switchToVideo is called before EVT_ON_CREATEVIEW, clear enter transition and skip to
269 // still need to do the switchToVideo.
343 // A temporarily flag when switchToVideo() is called in onCreate(), if mPendingFocusOnVideo is
593 void switchToVideo() {
635 switchToVideo();
    [all...]
DetailsSupportFragment.java 203 final Event EVT_SWITCH_TO_VIDEO = new Event("switchToVideo");
231 // if switchToVideo is called before EVT_ON_CREATEVIEW, clear enter transition and skip to
264 // still need to do the switchToVideo.
338 // A temporarily flag when switchToVideo() is called in onCreate(), if mPendingFocusOnVideo is
588 void switchToVideo() {
630 switchToVideo();
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
NewDetailsFragment.java 130 mDetailsBackground.switchToVideo();
176 mDetailsBackground.switchToVideo();
192 mDetailsBackground.switchToVideo();
199 mDetailsBackground.switchToVideo();
NewDetailsSupportFragment.java 133 mDetailsBackground.switchToVideo();
179 mDetailsBackground.switchToVideo();
195 mDetailsBackground.switchToVideo();
202 mDetailsBackground.switchToVideo();

Completed in 263 milliseconds