Searched refs:ListRowFragmentFactory (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java558 public static class ListRowFragmentFactory extends FragmentFactory<RowsFragment> { class in class:BrowseFragment
567 * BrowseRowFragment automatically registers {@link ListRowFragmentFactory} for
574 private final static FragmentFactory sDefaultFragmentFactory = new ListRowFragmentFactory();
H A DBrowseSupportFragment.java560 public static class ListRowFragmentFactory extends FragmentFactory<RowsSupportFragment> { class in class:BrowseSupportFragment
569 * BrowseRowFragment automatically registers {@link ListRowFragmentFactory} for
576 private final static FragmentFactory sDefaultFragmentFactory = new ListRowFragmentFactory();

Completed in 40 milliseconds