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.java235 private int mTouchBoxIndex = Integer.MAX_VALUE; field in PhotoView
409 if (mTouchBoxIndex != Integer.MAX_VALUE) { in notifyDataChange()
410 int k = mTouchBoxIndex; in notifyDataChange()
411 mTouchBoxIndex = Integer.MAX_VALUE; in notifyDataChange()
414 mTouchBoxIndex = i - SCREEN_NAIL_MAX; in notifyDataChange()
1049 if (mTouchBoxIndex == Integer.MAX_VALUE) return true; in onScroll()
1053 mPositionController.scrollFilmY(mTouchBoxIndex, d); in onScroll()
1103 if (!mFilmMode || mTouchBoxIndex == Integer.MAX_VALUE in flingImages()
1110 int centerY = mPositionController.getPosition(mTouchBoxIndex) in flingImages()
1118 int duration = mPositionController.flingFilmY(mTouchBoxIndex, vy); in flingImages()
[all …]