Lines Matching refs:getScrollX
175 // mOverScrollX is equal to getScrollX() when we're within the normal scroll range. Otherwise
398 float x = (mLastMotionX - mDownMotionX) + (getScrollX() - mDownScrollX) +
718 if (getScrollX() != mScroller.getCurrX()
1170 // mOverScrollX is equal to getScrollX() when we're within the normal scroll range.
1189 canvas.clipRect(getScrollX(), getScrollY(), getScrollX() + getRight() - getLeft(),
1392 mDownScrollX = getScrollX();
1491 mTouchX = getViewportOffsetX() + getScrollX();
1518 screenCenter = Math.min(getScrollX() + halfScreenSize, screenCenter);
1732 mDownScrollX = getScrollX();
1922 int initialScrollX = (int) (getScrollX() * scaleX);
2099 if (x < getChildAt(i).getRight() - getScrollX()) {
2111 int screenCenter = getViewportOffsetX() + getScrollX() + (getViewportWidth() / 2);