Searched defs:mPhotoIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DIntents.java69 private Integer mPhotoIndex; field in class:Intents.PhotoViewIntentBuilder
85 mPhotoIndex = photoIndex;
125 if (mPhotoIndex != null) {
126 mIntent.putExtra(EXTRA_PHOTO_INDEX, (int) mPhotoIndex);
H A DPhotoViewActivity.java115 private int mPhotoIndex; field in class:PhotoViewActivity
179 mPhotoIndex = currentItem;
310 int itemIndex = mPhotoIndex;
353 mPhotoIndex = position;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java70 private Integer mPhotoIndex; field in class:Intents.PhotoViewIntentBuilder
88 mPhotoIndex = photoIndex;
136 if (mPhotoIndex != null) {
137 mIntent.putExtra(EXTRA_PHOTO_INDEX, (int) mPhotoIndex);
H A DPhotoViewActivity.java116 private int mPhotoIndex; field in class:PhotoViewActivity
186 mPhotoIndex = currentItem;
330 int itemIndex = mPhotoIndex;
370 mPhotoIndex = position;
558 mPhotoIndex = index;

Completed in 47 milliseconds