Searched defs:SampleRowsSupportFragment (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DBrowseSupportFragment.java264 return new SampleRowsSupportFragment();
266 return new SampleRowsSupportFragment();
275 public static class SampleRowsSupportFragment extends RowsSupportFragment { class in class:BrowseSupportFragment
292 public SampleRowsSupportFragment() { method in class:BrowseSupportFragment.SampleRowsSupportFragment
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DBrowseSupportFragment.java264 return new SampleRowsSupportFragment();
266 return new SampleRowsSupportFragment();
275 public static class SampleRowsSupportFragment extends RowsSupportFragment { class in class:BrowseSupportFragment
292 public SampleRowsSupportFragment() { method in class:BrowseSupportFragment.SampleRowsSupportFragment
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
H A DRowsSupportFragmentTest.java570 && !(getMainFragment() instanceof SampleRowsSupportFragment);
712 fragment.waitPageFragment(SampleRowsSupportFragment.class);
743 fragment.waitPageFragment(SampleRowsSupportFragment.class);
769 fragment.waitPageFragment(SampleRowsSupportFragment.class);
849 fragment.waitPageFragment(SampleRowsSupportFragment.class);
1017 public static class SampleRowsSupportFragment extends RowsSupportFragment { class in class:RowsSupportFragmentTest
1018 public SampleRowsSupportFragment() { method in class:RowsSupportFragmentTest.SampleRowsSupportFragment
1134 return new SampleRowsSupportFragment();
1143 * A BrowseSupportFragment with three ListRows, one SampleRowsSupportFragment and one SampleFragment.
1166 * A BrowseSupportFragment with three ListRows, one SampleRowsSupportFragment an
[all...]

Completed in 102 milliseconds