Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java68 private int mMotionDownX; field in DragController
146 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 …]
/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java79 private int mMotionDownX; field in DragController
228 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;