Home
last modified time | relevance | path

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

/development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
DMainActivity.java153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1); in getItem()
204 public static final String ARG_SECTION_NUMBER = "section_number"; field in MainActivity.DummySectionFragment
214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER))); in onCreateView()
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
DMainActivity.java129 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, i + 1); in getItem()
192 public static final String ARG_SECTION_NUMBER = "section_number"; field in MainActivity.DummySectionFragment
200 getString(R.string.dummy_section_text, args.getInt(ARG_SECTION_NUMBER))); in onCreateView()