Home
last modified time | relevance | path

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

/development/samples/MultiResolution/src/com/example/android/multires/
DMultiRes.java28 private int mCurrentPhotoIndex = 0; field in MultiRes
40 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()