Searched refs:mCurrentPhotoIndex (Results 1 – 1 of 1) sorted by relevance
28 private int mCurrentPhotoIndex = 0; field in MultiRes40 showPhoto(mCurrentPhotoIndex); in onCreate()46 mCurrentPhotoIndex = (mCurrentPhotoIndex + 1) in onCreate()48 showPhoto(mCurrentPhotoIndex); in onCreate()55 outState.putInt("photo_index", mCurrentPhotoIndex); in onSaveInstanceState()61 mCurrentPhotoIndex = savedInstanceState.getInt("photo_index"); in onRestoreInstanceState()62 showPhoto(mCurrentPhotoIndex); in onRestoreInstanceState()