Searched refs:mBoundTop (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() 591 if (y < mBoundTop) { in scrollPage() 592 mListener.onPull(mBoundTop - y, EdgeView.BOTTOM); in scrollPage() 598 y = Utils.clamp(y, mBoundTop, mBoundBottom); in scrollPage() 684 mBoundLeft, mBoundRight, mBoundTop, mBoundBottom); in flingPage() 1224 if (b.mCurrentY <= mBoundTop) { in getImageAtEdges() 1331 mBoundTop = (mViewH + 1) / 2 - (h + 1) / 2; in calculateStableBound() 1337 mBoundTop = mBoundBottom = 0; in calculateStableBound() [all …]
|