Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DLauncherDragController.java82 mLastTouch.x = mMotionDown.x = mOptions.simulatedDndStartPoint.x; in startDrag()
83 mLastTouch.y = mMotionDown.y = mOptions.simulatedDndStartPoint.y; in startDrag()
86 final int registrationX = mMotionDown.x - dragLayerX; in startDrag()
87 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()
H A DDragController.java75 protected final Point mMotionDown = new Point(); field in DragController
325 mDragObject.dragView.animateTo(mMotionDown.x, mMotionDown.y, onCompleteRunnable, duration); in animateDragViewToOriginalPosition()
405 mMotionDown.set(dragLayerPos.x, dragLayerPos.y); in onControllerInterceptTouchEvent()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragController.java174 mRegistrationX = mMotionDown.x - dragLayerX; in startDrag()
175 mRegistrationY = mMotionDown.y - dragLayerY; in startDrag()
201 mDragObject.xOffset = mMotionDown.x - (dragLayerX + dragRegionLeft); in startDrag()
202 mDragObject.yOffset = mMotionDown.y - (dragLayerY + dragRegionTop); in startDrag()