Home | History | Annotate | Download | only in widget

Lines Matching refs:deltaY

573                 int deltaY = position - top;
575 deltaY = mTopOffset - top;
576 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
577 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top;
579 handle.offsetTopAndBottom(deltaY);
587 region.union(frame.left, frame.top - deltaY, frame.right, frame.bottom - deltaY);
588 region.union(0, frame.bottom - deltaY, getWidth(),
589 frame.bottom - deltaY + mContent.getHeight());