Searched refs:mBoundRight (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 488 int targetX = Utils.clamp(x, mBoundLeft, mBoundRight); in zoomIn() 602 if (!mHasPrev && x > mBoundRight) { in scrollPage() 603 int pixels = x - mBoundRight; in scrollPage() 605 x = mBoundRight; in scrollPage() 684 mBoundLeft, mBoundRight, mBoundTop, mBoundBottom); in flingPage() 1221 if (p.mCurrentX >= mBoundRight) { in getImageAtEdges() 1330 mBoundRight = w / 2 - mViewW / 2 + horizontalSlack; in calculateStableBound() 1342 mBoundLeft = mBoundRight = mPlatform.mDefaultX; in calculateStableBound() 1475 x = Utils.clamp(x, mBoundLeft, mBoundRight); in startSnapback() [all …]
|