Home | History | Annotate | Download | only in widget

Lines Matching refs:deltaY

610                 int deltaY = mLastMotionY - y;
611 if (!mIsBeingDragged && Math.abs(deltaY) > mTouchSlop) {
617 if (deltaY > 0) {
618 deltaY -= mTouchSlop;
620 deltaY += mTouchSlop;
634 if (overScrollBy(0, deltaY, 0, mScrollY,
642 final int pulledToY = oldY + deltaY;
644 mEdgeGlowTop.onPull((float) deltaY / getHeight());
649 mEdgeGlowBottom.onPull((float) deltaY / getHeight());