Searched refs:DummySectionFragment (Results 1 – 2 of 2) sorted by relevance
151 Fragment fragment = new DummySectionFragment(); in getItem()153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1); in getItem()199 public static class DummySectionFragment extends Fragment { class in MainActivity206 public DummySectionFragment() { in DummySectionFragment() method in MainActivity.DummySectionFragment
127 Fragment fragment = new DummySectionFragment(); in getItem()129 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, i + 1); in getItem()190 public static class DummySectionFragment extends Fragment { class in MainActivity