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

  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
ArticleFragment.java 26 final static String ARG_POSITION = "position";
37 mCurrentPosition = savedInstanceState.getInt(ARG_POSITION);
55 updateArticleView(args.getInt(ARG_POSITION));
73 outState.putInt(ARG_POSITION, mCurrentPosition);
MainActivity.java 74 args.putInt(ArticleFragment.ARG_POSITION, position);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 89 protected final static String ARG_POSITION = "arg-position";
155 b.putInt(ARG_POSITION, position);
198 mPosition = bundle.getInt(ARG_POSITION);

Completed in 287 milliseconds