Home
last modified time | relevance | path

Searched refs:mPhotoIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/
DIntents.java69 private Integer mPhotoIndex; field in Intents.PhotoViewIntentBuilder
85 mPhotoIndex = photoIndex; in setPhotoIndex()
125 if (mPhotoIndex != null) { in build()
126 mIntent.putExtra(EXTRA_PHOTO_INDEX, (int) mPhotoIndex); in build()
DPhotoViewActivity.java116 private int mPhotoIndex; field in PhotoViewActivity
180 mPhotoIndex = currentItem; in onCreate()
312 int itemIndex = mPhotoIndex; in onLoadFinished()
355 mPhotoIndex = position; in onPageSelected()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java70 private Integer mPhotoIndex; field in Intents.PhotoViewIntentBuilder
88 mPhotoIndex = photoIndex; in setPhotoIndex()
136 if (mPhotoIndex != null) { in build()
137 mIntent.putExtra(EXTRA_PHOTO_INDEX, (int) mPhotoIndex); in build()
DPhotoViewActivity.java73 private int mPhotoIndex; field in PhotoViewActivity
143 mPhotoIndex = currentItem; in onCreate()
293 int itemIndex = mPhotoIndex; in onLoadFinished()
333 mPhotoIndex = position; in onPageSelected()
523 mPhotoIndex = index; in setPhotoIndex()