OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
92
protected final static String
ARG_POSITION
= "arg-position";
154
b.putInt(
ARG_POSITION
, position);
215
mPosition = bundle.getInt(
ARG_POSITION
);
Completed in 51 milliseconds