Home
last modified time | relevance | path

Searched refs:mMotionDownX (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java76 private int mMotionDownX; field in DragController
157 mMotionDownX = mOptions.systemDndStartPoint.x; in startDrag()
161 final int registrationX = mMotionDownX - dragLayerX; in startDrag()
187 mDragObject.xOffset = mMotionDownX - (dragLayerX + dragRegionLeft); in startDrag()
207 dragView.show(mMotionDownX, mMotionDownY); in startDrag()
216 mLastTouch[0] = mMotionDownX; in startDrag()
218 handleMoveEvent(mMotionDownX, mMotionDownY); in startDrag()
335 mDragObject.dragView.animateTo(mMotionDownX, mMotionDownY, onCompleteRunnable, duration); in animateDragViewToOriginalPosition()
437 mMotionDownX = dragLayerX; in onControllerInterceptTouchEvent()
567 mMotionDownX = dragLayerX; in onControllerTouchEvent()
[all …]