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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java217 // [mPrevBound, mNextBound] is the range of index for all pictures in the
219 // there are some previous pictures, mPrevBound < 0, and if there are some
221 private int mPrevBound; field in class:PhotoView
366 int numberOfPictures = mNextBound - mPrevBound + 1;
369 || mModel.isCamera(mPrevBound)) {
405 mPrevBound = prevBound;
437 mPositionController.moveBox(fromIndex, mPrevBound < 0, mNextBound > 0,
809 if (mIndex >= mPrevBound && mIndex <= mNextBound) {
1261 if (mTouchBoxIndex < mPrevBound || mTouchBoxIndex > mNextBound) {
1505 if (curr.left > center && mPrevBound <
[all...]

Completed in 37 milliseconds