Home
last modified time | relevance | path

Searched refs:mNextBound (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java221 private int mNextBound; field in PhotoView
365 int numberOfPictures = mNextBound - mPrevBound + 1; in handleMessage()
367 if (mModel.isCamera(mNextBound) in handleMessage()
405 mNextBound = nextBound; in notifyDataChange()
436 mPositionController.moveBox(fromIndex, mPrevBound < 0, mNextBound > 0, in notifyDataChange()
808 if (mIndex >= mPrevBound && mIndex <= mNextBound) { in draw()
1260 if (mTouchBoxIndex < mPrevBound || mTouchBoxIndex > mNextBound) {
1511 } else if (curr.right < center && mNextBound > 0) {
1534 if (mNextBound > 0) {
1602 if (mNextBound <= 0) return false; in slideToNextPicture()
[all …]