Lines Matching defs:newX
514 int newX = 0;
516 newX = getScrollForPage(mCurrentPage);
518 scrollTo(newX, 0);
519 mScroller.setFinalX(newX);
1829 int newX = getViewportOffsetX() + getChildOffset(i + shiftDelta);
1838 v.setTranslationX(oldX - newX);
2155 final int newX = getScrollForPage(whichPage);
2156 int delta = newX - mUnboundedScrollX;
2205 int newX = getScrollForPage(whichPage);
2207 final int delta = newX - sX;
2643 int newX = 0;
2652 newX = getViewportOffsetX() + getChildOffset(i);
2655 newX = 0;
2668 v.setTranslationX(oldX - newX);