Home
last modified time | relevance | path

Searched refs:PageRowFragmentFactory (Results 1 – 3 of 3) sorted by relevance

/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
DPageAndListRowFragment.java77 new PageRowFragmentFactory(mBackgroundManager)); in onCreate()
129 private static class PageRowFragmentFactory extends BrowseFragment.FragmentFactory { class in PageAndListRowFragment
132 PageRowFragmentFactory(BackgroundManager backgroundManager) { in PageRowFragmentFactory() method in PageAndListRowFragment.PageRowFragmentFactory
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DBrowseFragment.java59 getMainFragmentRegistry().registerFragment(PageRow.class, new PageRowFragmentFactory()); in BrowseFragment()
225 public static class PageRowFragmentFactory extends FragmentFactory { class in BrowseFragment
DBrowseSupportFragment.java61 getMainFragmentRegistry().registerFragment(PageRow.class, new PageRowFragmentFactory()); in BrowseSupportFragment()
227 public static class PageRowFragmentFactory extends FragmentFactory { class in BrowseSupportFragment