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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java136 private int mCurrentPhotoIndex; field in class:PhotoViewController
277 mCurrentPhotoIndex = -1;
285 mCurrentPhotoIndex = intent.getIntExtra(Intents.EXTRA_PHOTO_INDEX, -1);
296 mCurrentPhotoIndex = savedInstanceState.getInt(STATE_CURRENT_INDEX_KEY);
502 outState.putInt(STATE_CURRENT_INDEX_KEY, mCurrentPhotoIndex);
620 mCurrentPhotoIndex = index;
644 if (mCurrentPhotoIndex < 0) {
645 mCurrentPhotoIndex = 0;
648 mViewPager.setCurrentItem(mCurrentPhotoIndex, false);
650 setViewActivated(mCurrentPhotoIndex);
[all...]

Completed in 55 milliseconds