Searched refs:mMotionDownX (Results 1 – 2 of 2) sorted by relevance
68 private int mMotionDownX; field in DragController146 mMotionDownX = mOptions.systemDndStartPoint.x; in startDrag()150 final int registrationX = mMotionDownX - dragLayerX; in startDrag()176 mDragObject.xOffset = mMotionDownX - (dragLayerX + dragRegionLeft); in startDrag()196 dragView.show(mMotionDownX, mMotionDownY); in startDrag()205 mLastTouch[0] = mMotionDownX; in startDrag()207 handleMoveEvent(mMotionDownX, mMotionDownY); in startDrag()307 mDragObject.dragView.animateTo(mMotionDownX, mMotionDownY, onCompleteRunnable, duration); in animateDragViewToOriginalPosition()409 mMotionDownX = dragLayerX; in onControllerInterceptTouchEvent()517 mMotionDownX = dragLayerX; in onControllerTouchEvent()[all …]
79 private int mMotionDownX; field in DragController228 final int registrationX = mMotionDownX - dragLayerX; in startDrag()239 mDragObject.xOffset = mMotionDownX - (dragLayerX + dragRegionLeft); in startDrag()256 dragView.show(mMotionDownX, mMotionDownY); in startDrag()257 handleMoveEvent(mMotionDownX, mMotionDownY); in startDrag()439 mMotionDownX = dragLayerX; in onInterceptTouchEvent()580 mMotionDownX = dragLayerX;