Searched defs:PageRowFragmentFactory (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DBrowseFragment.java60 getMainFragmentRegistry().registerFragment(PageRow.class, new PageRowFragmentFactory());
254 public static class PageRowFragmentFactory extends FragmentFactory { class in class:BrowseFragment
H A DBrowseSupportFragment.java63 getMainFragmentRegistry().registerFragment(PageRow.class, new PageRowFragmentFactory());
257 public static class PageRowFragmentFactory extends FragmentFactory { class in class:BrowseSupportFragment
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
H A DPageAndListRowFragment.java77 new PageRowFragmentFactory(mBackgroundManager));
129 private static class PageRowFragmentFactory extends BrowseFragment.FragmentFactory { class in class:PageAndListRowFragment
132 PageRowFragmentFactory(BackgroundManager backgroundManager) { method in class:PageAndListRowFragment.PageRowFragmentFactory
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DBrowseFragment.java60 getMainFragmentRegistry().registerFragment(PageRow.class, new PageRowFragmentFactory());
254 public static class PageRowFragmentFactory extends FragmentFactory { class in class:BrowseFragment
H A DBrowseSupportFragment.java63 getMainFragmentRegistry().registerFragment(PageRow.class, new PageRowFragmentFactory());
257 public static class PageRowFragmentFactory extends FragmentFactory { class in class:BrowseSupportFragment
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
H A DPageAndListRowFragment.java77 new PageRowFragmentFactory(mBackgroundManager));
129 private static class PageRowFragmentFactory extends BrowseFragment.FragmentFactory { class in class:PageAndListRowFragment
132 PageRowFragmentFactory(BackgroundManager backgroundManager) { method in class:PageAndListRowFragment.PageRowFragmentFactory

Completed in 141 milliseconds