HomeSort by relevance Sort by last modified time
    Searched defs:ARG_PLANET_NUMBER (Results 1 - 4 of 4) sorted by null

  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
NavigationDrawerActivity.java 215 public static final String ARG_PLANET_NUMBER = "planet_number";
224 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position);
233 int i = getArguments().getInt(ARG_PLANET_NUMBER);
  /developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
NavigationDrawerActivity.java 215 public static final String ARG_PLANET_NUMBER = "planet_number";
224 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position);
233 int i = getArguments().getInt(ARG_PLANET_NUMBER);
  /development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
NavigationDrawerActivity.java 215 public static final String ARG_PLANET_NUMBER = "planet_number";
224 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position);
233 int i = getArguments().getInt(ARG_PLANET_NUMBER);
  /development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/
MainActivity.java 179 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position);
220 public static final String ARG_PLANET_NUMBER = "planet_number";
230 int i = getArguments().getInt(ARG_PLANET_NUMBER);

Completed in 248 milliseconds