Searched refs:mBoundLeft (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java135 private int mBoundLeft, mBoundRight, mBoundTop, mBoundBottom; field in class:PositionController
488 int targetX = Utils.clamp(x, mBoundLeft, mBoundRight);
606 } else if (!mHasNext && x < mBoundLeft) {
607 int pixels = mBoundLeft - x;
609 x = mBoundLeft;
684 mBoundLeft, mBoundRight, mBoundTop, mBoundBottom);
1218 if (p.mCurrentX <= mBoundLeft) {
1329 mBoundLeft = (mViewW + 1) / 2 - (w + 1) / 2 - horizontalSlack;
1342 mBoundLeft = mBoundRight = mPlatform.mDefaultX;
1475 x = Utils.clamp(x, mBoundLeft, mBoundRigh
[all...]

Completed in 74 milliseconds