Searched refs:mMotionDown (Results 1 – 4 of 4) sorted by relevance
64 mLastTouch.x = mMotionDown.x = mOptions.simulatedDndStartPoint.x; in startDrag()65 mLastTouch.y = mMotionDown.y = mOptions.simulatedDndStartPoint.y; in startDrag()68 final int registrationX = mMotionDown.x - dragLayerX; in startDrag()69 final int registrationY = mMotionDown.y - dragLayerY; in startDrag()108 mDragObject.xOffset = mMotionDown.x - (dragLayerX + dragRegionLeft); in startDrag()109 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()
77 mLastTouch.x = mMotionDown.x = mOptions.simulatedDndStartPoint.x; in startDrag()78 mLastTouch.y = mMotionDown.y = mOptions.simulatedDndStartPoint.y; in startDrag()81 final int registrationX = mMotionDown.x - dragLayerX; in startDrag()82 final int registrationY = mMotionDown.y - dragLayerY; in startDrag()125 mDragObject.xOffset = mMotionDown.x - (dragLayerX + dragRegionLeft); in startDrag()126 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()
76 protected final Point mMotionDown = new Point(); field in DragController334 mDragObject.dragView.animateTo(mMotionDown.x, mMotionDown.y, onCompleteRunnable, duration); in animateDragViewToOriginalPosition()414 mMotionDown.set(dragLayerPos.x, dragLayerPos.y); in onControllerInterceptTouchEvent()
267 mRegistrationX = mMotionDown.x - dragLayerX; in startDrag()268 mRegistrationY = mMotionDown.y - dragLayerY; in startDrag()294 mDragObject.xOffset = mMotionDown.x - (dragLayerX + dragRegionLeft); in startDrag()295 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()