Home | History | Annotate | Download | only in app

Lines Matching defs:mCurrentIndex

141     private int mCurrentIndex = 0;
394 mCurrentIndex = data.getInt(KEY_INDEX_HINT, 0);
439 mCurrentIndex++;
460 if (mCurrentIndex >= mediaItemCount) mCurrentIndex = 0;
461 itemPath = mMediaSet.getMediaItem(mCurrentIndex, 1)
469 mActivity, mPhotoView, mMediaSet, itemPath, mCurrentIndex,
480 int oldIndex = mCurrentIndex;
481 mCurrentIndex = index;
484 if (mCurrentIndex > 0) {
488 if (oldIndex == 0 && mCurrentIndex > 0
495 } else if (oldIndex == 2 && mCurrentIndex == 1) {
499 } else if (oldIndex >= 1 && mCurrentIndex == 0) {
831 if (mAppBridge != null && mCurrentIndex == 0
912 result.putExtra(KEY_RETURN_INDEX_HINT, mCurrentIndex);
998 mAppBridge != null ? mCurrentIndex - 1 : mCurrentIndex);
1203 mMediaSet.addDeletion(path, mCurrentIndex + offset);
1254 mModel.setCurrentPhoto(path, mCurrentIndex);
1343 if (mAppBridge == null || mCurrentIndex > 0) {
1363 mCurrentIndex = 0;
1373 mCurrentIndex = resumeIndex;
1374 mModel.moveTo(mCurrentIndex);