HomeSort by relevance Sort by last modified time
    Searched refs:ARG_SECTION_NUMBER (Results 1 - 5 of 5) sorted by null

  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test4DetailFragment.java 132 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, i + 1);
166 public static final String ARG_SECTION_NUMBER = "section_number";
174 textView.setText("[ " + Integer.toString(args.getInt(ARG_SECTION_NUMBER)) + " ]");
  /developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1);
204 public static final String ARG_SECTION_NUMBER = "section_number";
214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER)));
  /developers/samples/android/ui/views/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1);
204 public static final String ARG_SECTION_NUMBER = "section_number";
214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER)));
  /development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java 153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1);
204 public static final String ARG_SECTION_NUMBER = "section_number";
214 dummyTextView.setText(Integer.toString(getArguments().getInt(ARG_SECTION_NUMBER)));
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java 129 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, i + 1);
192 public static final String ARG_SECTION_NUMBER = "section_number";
200 getString(R.string.dummy_section_text, args.getInt(ARG_SECTION_NUMBER)));

Completed in 205 milliseconds