Searched refs:ARG_POSITION (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java91 private final static String ARG_POSITION = "arg-position"; field in class:PhotoViewFragment
147 b.putInt(ARG_POSITION, position);
210 mPosition = bundle.getInt(ARG_POSITION);

Completed in 73 milliseconds