Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getScrollX

330             float x = (mLastMotionX - mDownMotionX) + (getScrollX() - mDownScrollX) +
561 scrollTo(getScrollX() + x, getScrollY() + y);
629 ev.setScrollX(getScrollX());
643 if (getScrollX() != mScroller.getCurrX()
1115 int screenCenter = getScrollX() + halfScreenSize;
1132 canvas.clipRect(getScrollX(), getScrollY(), getScrollX() + getRight() - getLeft(),
1371 mDownScrollX = getScrollX();
1453 mTouchX = getViewportOffsetX() + getScrollX();
1623 mDownScrollX = getScrollX();
1800 int initialScrollX = (int) (getScrollX() * scaleX);
1967 int screenCenter = getViewportOffsetX() + getScrollX() + (getViewportWidth() / 2);
2012 int delta = newX - getScrollX();
2062 final int delta = newX - getScrollX();
2099 mScroller.startScroll(getScrollX(), 0, delta, 0, duration);