Home
last modified time | relevance | path

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

/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
DNavigationDrawerActivity.java215 public static final String ARG_PLANET_NUMBER = "planet_number"; field in NavigationDrawerActivity.PlanetFragment
224 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position); in newInstance()
233 int i = getArguments().getInt(ARG_PLANET_NUMBER); in onCreateView()
/development/samples/training/NavigationDrawer/src/com/example/android/navigationdrawerexample/
DMainActivity.java179 args.putInt(PlanetFragment.ARG_PLANET_NUMBER, position); in selectItem()
220 public static final String ARG_PLANET_NUMBER = "planet_number"; field in MainActivity.PlanetFragment
230 int i = getArguments().getInt(ARG_PLANET_NUMBER); in onCreateView()