Searched refs:mBoundRight (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | PositionController.java | 135 private int mBoundLeft, mBoundRight, mBoundTop, mBoundBottom; field in class:PositionController 488 int targetX = Utils.clamp(x, mBoundLeft, mBoundRight); 602 if (!mHasPrev && x > mBoundRight) { 603 int pixels = x - mBoundRight; 605 x = mBoundRight; 684 mBoundLeft, mBoundRight, mBoundTop, mBoundBottom); 1221 if (p.mCurrentX >= mBoundRight) { 1330 mBoundRight = w / 2 - mViewW / 2 + horizontalSlack; 1342 mBoundLeft = mBoundRight = mPlatform.mDefaultX; 1475 x = Utils.clamp(x, mBoundLeft, mBoundRight); [all...] |
Completed in 153 milliseconds