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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java574 private final static FragmentFactory sDefaultFragmentFactory = new ListRowFragmentFactory(); field in class:BrowseFragment.MainFragmentAdapterRegistry
577 registerFragment(ListRow.class, sDefaultFragmentFactory);
591 fragmentFactory = sDefaultFragmentFactory;
H A DBrowseSupportFragment.java576 private final static FragmentFactory sDefaultFragmentFactory = new ListRowFragmentFactory(); field in class:BrowseSupportFragment.MainFragmentAdapterRegistry
579 registerFragment(ListRow.class, sDefaultFragmentFactory);
593 fragmentFactory = sDefaultFragmentFactory;

Completed in 67 milliseconds