Home | History | Annotate | Download | only in widget

Lines Matching refs:newY

525             final int newY = mScroller.getCurrY();
526 mCallback.onViewPositionChanged(mCapturedView, newX, newY, newX - oldX, newY - oldY);