Searched refs:mBoundBottom (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
489 int targetY = Utils.clamp(y, mBoundTop, mBoundBottom);
590 if (mBoundTop != mBoundBottom) {
593 } else if (y > mBoundBottom) {
594 mListener.onPull(y - mBoundBottom, EdgeView.TOP);
598 y = Utils.clamp(y, mBoundTop, mBoundBottom);
684 mBoundLeft, mBoundRight, mBoundTop, mBoundBottom);
1227 if (b.mCurrentY >= mBoundBottom) {
1332 mBoundBottom = h / 2 - mViewH / 2;
1337 mBoundTop = mBoundBottom
[all...]

Completed in 40 milliseconds