Home
last modified time | relevance | path

Searched refs:DummySectionFragment (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
DMainActivity.java151 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 MainActivity
206 public DummySectionFragment() { in DummySectionFragment() method in MainActivity.DummySectionFragment
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DMainActivity.java127 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