Searched refs:ARG_SECTION_NUMBER (Results 1 – 2 of 2) sorted by relevance
153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1); in getItem()204 public static final String ARG_SECTION_NUMBER = "section_number"; field in MainActivity.DummySectionFragment214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER))); in onCreateView()
129 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, i + 1); in getItem()192 public static final String ARG_SECTION_NUMBER = "section_number"; field in MainActivity.DummySectionFragment200 getString(R.string.dummy_section_text, args.getInt(ARG_SECTION_NUMBER))); in onCreateView()