Home | History | Annotate | Download | only in widget

Lines Matching refs:deltaY

740             int deltaY = (int) y - handle.getTop() - (handle.getHeight() / 2);
741 handle.offsetTopAndBottom(deltaY);
742 content.offsetTopAndBottom(deltaY);