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.java209 private int mNextBound; field in PhotoView
336 int numberOfPictures = mNextBound - mPrevBound + 1; in handleMessage()
338 if (mModel.isCamera(mNextBound) in handleMessage()
372 mNextBound = nextBound; in notifyDataChange()
403 mPositionController.moveBox(fromIndex, mPrevBound < 0, mNextBound > 0, in notifyDataChange()
774 if (mIndex >= mPrevBound && mIndex <= mNextBound) { in draw()
1193 if (mTouchBoxIndex < mPrevBound || mTouchBoxIndex > mNextBound) {
1430 } else if (curr.right < center && mNextBound > 0) {
1453 if (mNextBound > 0) {
1521 if (mNextBound <= 0) return false; in slideToNextPicture()
[all …]