Searched refs:mNextBound (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
219 // next pictures, mNextBound > 0.
221 private int mNextBound; field in class:PhotoView
365 int numberOfPictures = mNextBound - mPrevBound + 1;
367 if (mModel.isCamera(mNextBound)
405 mNextBound = nextBound;
436 mPositionController.moveBox(fromIndex, mPrevBound < 0, mNextBound > 0,
808 if (mIndex >= mPrevBound && mIndex <= mNextBound) {
1260 if (mTouchBoxIndex < mPrevBound || mTouchBoxIndex > mNextBound) {
1511 } else if (curr.right < center && mNextBound >
[all...]

Completed in 12 milliseconds