Home | History | Annotate | Download | only in keyguard

Lines Matching refs:newX

447         int newX = offset - relOffset;
448 scrollTo(newX, 0);
449 mScroller.setFinalX(newX);
1537 int newX = getViewportOffsetX() + getChildOffset(i + shiftDelta);
1546 v.setTranslationX(oldX - newX);
1875 final int newX = getChildOffset(whichPage) - getRelativeChildOffset(whichPage);
1876 int delta = newX - mUnboundedScrollX;
1921 int newX = getChildOffset(whichPage) - getRelativeChildOffset(whichPage);
1923 final int delta = newX - sX;
2481 int newX = 0;
2490 newX = getViewportOffsetX() + getChildOffset(i);
2493 newX = 0;
2506 v.setTranslationX(oldX - newX);