Searched refs:mPrevBound (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java216 // [mPrevBound, mNextBound] is the range of index for all pictures in the
218 // there are some previous pictures, mPrevBound < 0, and if there are some
220 private int mPrevBound; field in class:PhotoView
365 int numberOfPictures = mNextBound - mPrevBound + 1;
368 || mModel.isCamera(mPrevBound)) {
404 mPrevBound = prevBound;
436 mPositionController.moveBox(fromIndex, mPrevBound < 0, mNextBound > 0,
808 if (mIndex >= mPrevBound && mIndex <= mNextBound) {
1260 if (mTouchBoxIndex < mPrevBound || mTouchBoxIndex > mNextBound) {
1504 if (curr.left > center && mPrevBound <
[all...]

Completed in 44 milliseconds