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

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DBrowseFragment.java660 public static class ListRowFragmentFactory extends FragmentFactory<RowsFragment> { class in class:BrowseFragment
669 * BrowseRowFragment automatically registers {@link ListRowFragmentFactory} for
678 private final static FragmentFactory sDefaultFragmentFactory = new ListRowFragmentFactory();
H A DBrowseSupportFragment.java640 public static class ListRowFragmentFactory extends FragmentFactory<RowsSupportFragment> { class in class:BrowseSupportFragment
649 * BrowseRowFragment automatically registers {@link ListRowFragmentFactory} for
656 private final static FragmentFactory sDefaultFragmentFactory = new ListRowFragmentFactory();

Completed in 68 milliseconds