Searched refs:mBoundLeft (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() 606 } else if (!mHasNext && x < mBoundLeft) { in scrollPage() 607 int pixels = mBoundLeft - x; in scrollPage() 609 x = mBoundLeft; in scrollPage() 684 mBoundLeft, mBoundRight, mBoundTop, mBoundBottom); in flingPage() 1218 if (p.mCurrentX <= mBoundLeft) { in getImageAtEdges() 1329 mBoundLeft = (mViewW + 1) / 2 - (w + 1) / 2 - horizontalSlack; in calculateStableBound() 1342 mBoundLeft = mBoundRight = mPlatform.mDefaultX; in calculateStableBound() 1475 x = Utils.clamp(x, mBoundLeft, mBoundRight); in startSnapback() [all …]
|