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

  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test4DetailFragment.java 130 Fragment fragment = new DummySectionFragment();
132 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, i + 1);
162 public static class DummySectionFragment extends Fragment {
163 public DummySectionFragment() {
  /developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 149 // Return a DummySectionFragment (defined as a static inner class
151 Fragment fragment = new DummySectionFragment();
153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1);
199 public static class DummySectionFragment extends Fragment {
206 public DummySectionFragment() {
  /developers/samples/android/ui/views/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 149 // Return a DummySectionFragment (defined as a static inner class
151 Fragment fragment = new DummySectionFragment();
153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1);
199 public static class DummySectionFragment extends Fragment {
206 public DummySectionFragment() {
  /development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java 149 // Return a DummySectionFragment (defined as a static inner class
151 Fragment fragment = new DummySectionFragment();
153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1);
199 public static class DummySectionFragment extends Fragment {
206 public DummySectionFragment() {
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java 127 Fragment fragment = new DummySectionFragment();
129 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, i + 1);
190 public static class DummySectionFragment extends Fragment {

Completed in 99 milliseconds