Lines Matching refs:getScrollX
325 float x = (mLastMotionX - mDownMotionX) + (getScrollX() - mDownScrollX) +
555 return getScrollX();
628 ev.setScrollX(getScrollX());
642 if (getScrollX() != mScroller.getCurrX()
1075 sTmpRectF.offset(currPage.getLeft() - getScrollX(), 0);
1113 int screenCenter = getScrollX() + halfScreenSize;
1130 canvas.clipRect(getScrollX(), getScrollY(), getScrollX() + getRight() - getLeft(),
1378 mDownScrollX = getScrollX();
1460 mTouchX = getViewportOffsetX() + getScrollX();
1630 mDownScrollX = getScrollX();
1807 int initialScrollX = (int) (getScrollX() * scaleX);
1974 int screenCenter = getViewportOffsetX() + getScrollX() + (getViewportWidth() / 2);