Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java234 private int mTouchBoxIndex = Integer.MAX_VALUE; field in PhotoView
408 if (mTouchBoxIndex != Integer.MAX_VALUE) { in notifyDataChange()
409 int k = mTouchBoxIndex; in notifyDataChange()
410 mTouchBoxIndex = Integer.MAX_VALUE; in notifyDataChange()
413 mTouchBoxIndex = i - SCREEN_NAIL_MAX; in notifyDataChange()
1048 if (mTouchBoxIndex == Integer.MAX_VALUE) return true; in onScroll()
1052 mPositionController.scrollFilmY(mTouchBoxIndex, d); in onScroll()
1102 if (!mFilmMode || mTouchBoxIndex == Integer.MAX_VALUE in flingImages()
1109 int centerY = mPositionController.getPosition(mTouchBoxIndex) in flingImages()
1117 int duration = mPositionController.flingFilmY(mTouchBoxIndex, vy); in flingImages()
[all …]