Searched refs:mMotionDownX (Results 1 – 1 of 1) sorted by relevance
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;