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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DVideoSupportFragmentGlueHost.java23 * the interaction between {@link PlaybackGlue} and {@link VideoSupportFragment}.
27 private final VideoSupportFragment mFragment;
29 public VideoSupportFragmentGlueHost(VideoSupportFragment fragment) {
H A DVideoSupportFragment.java28 public class VideoSupportFragment extends PlaybackSupportFragment { class in inherits:PlaybackSupportFragment
H A DDetailsSupportFragmentBackgroundController.java218 * creates a VideoSupportFragment and VideoSupportFragmentGlueHost to host the PlaybackGlue.
370 * Creates a Fragment to host {@link PlaybackGlue}. Returns a new {@link VideoSupportFragment} by
379 return new VideoSupportFragment();
394 return new VideoSupportFragmentGlueHost((VideoSupportFragment) findOrCreateVideoSupportFragment());
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DVideoSupportFragmentTest.java52 public static class Fragment_setSurfaceViewCallbackBeforeCreate extends VideoSupportFragment {
109 SingleSupportFragmentTestActivity activity = launchAndWaitActivity(VideoSupportFragment.class, 1000);
110 VideoSupportFragment fragment = (VideoSupportFragment) activity.getTestFragment();
133 public static class Fragment_withVideoPlayer extends VideoSupportFragment {
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSampleVideoSupportFragment.java29 * Fragment demonstrating the use of {@link android.support.v17.leanback.app.VideoSupportFragment} to
50 public class SampleVideoSupportFragment extends android.support.v17.leanback.app.VideoSupportFragment {
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DSampleVideoSupportFragment.java29 * Fragment demonstrating the use of {@link android.support.v17.leanback.app.VideoSupportFragment} to
50 public class SampleVideoSupportFragment extends android.support.v17.leanback.app.VideoSupportFragment {

Completed in 93 milliseconds