Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java107 private Integer mPhotoIndex; field in Intents.PhotoViewIntentBuilder
171 mPhotoIndex = photoIndex; in setPhotoIndex()
297 if (mPhotoIndex != null) { in build()
298 mIntent.putExtra(EXTRA_PHOTO_INDEX, (int) mPhotoIndex); in build()
305 if (mInitialPhotoUri != null && mPhotoIndex != null) { in build()