Searched refs:mBoundBottom (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PositionController.java | 135 private int mBoundLeft, mBoundRight, mBoundTop, mBoundBottom; field in PositionController 489 int targetY = Utils.clamp(y, mBoundTop, mBoundBottom); in zoomIn() 590 if (mBoundTop != mBoundBottom) { in scrollPage() 593 } else if (y > mBoundBottom) { in scrollPage() 594 mListener.onPull(y - mBoundBottom, EdgeView.TOP); in scrollPage() 598 y = Utils.clamp(y, mBoundTop, mBoundBottom); in scrollPage() 684 mBoundLeft, mBoundRight, mBoundTop, mBoundBottom); in flingPage() 1227 if (b.mCurrentY >= mBoundBottom) { in getImageAtEdges() 1332 mBoundBottom = h / 2 - mViewH / 2; in calculateStableBound() 1337 mBoundTop = mBoundBottom = 0; in calculateStableBound() [all …]
|