Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getScrollX

139     // mOverScrollX is equal to getScrollX() when we're within the normal scroll range. Otherwise
406 if (getScrollX() != mScroller.getCurrX()
554 int delta = newX - getScrollX();
743 currPage.getPaddingRight() < getScrollX()) {
750 currPage.getX() - currPage.getPaddingLeft() < getScrollX() + screenWidth) {
769 // mOverScrollX is equal to getScrollX() when we're within the normal scroll range.
791 canvas.clipRect(getScrollX(), getScrollY(), getScrollX() + getRight() - getLeft(),
1064 mTouchX = getScrollX();
1413 int screenCenter = getScrollX() + (getMeasuredWidth() / 2);
1837 float offset = Math.max(0f, Math.min(1f, (float) getScrollX() / maxScrollX));