OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_CURRENT_INDEX_KEY
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
79
private final static String
STATE_CURRENT_INDEX_KEY
=
229
mCurrentPhotoIndex = savedInstanceState.getInt(
STATE_CURRENT_INDEX_KEY
);
328
outState.putInt(
STATE_CURRENT_INDEX_KEY
, mCurrentPhotoIndex);
[
all
...]
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java
78
private final static String
STATE_CURRENT_INDEX_KEY
=
228
mCurrentPhotoIndex = savedInstanceState.getInt(
STATE_CURRENT_INDEX_KEY
);
327
outState.putInt(
STATE_CURRENT_INDEX_KEY
, mCurrentPhotoIndex);
[
all
...]
Completed in 242 milliseconds