Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDragController.java80 private int mMotionDownY; field in DragController
225 final int registrationY = mMotionDownY - dragLayerY; in startDrag()
236 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop); in startDrag()
251 dragView.show(mMotionDownX, mMotionDownY); in startDrag()
252 handleMoveEvent(mMotionDownX, mMotionDownY); in startDrag()
438 mMotionDownY = dragLayerY; in onInterceptTouchEvent()
579 mMotionDownY = dragLayerY;
/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java82 private int mMotionDownY; field in DragController
229 final int registrationY = mMotionDownY - dragLayerY; in startDrag()
240 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop); in startDrag()
256 dragView.show(mMotionDownX, mMotionDownY); in startDrag()
257 handleMoveEvent(mMotionDownX, mMotionDownY); in startDrag()
440 mMotionDownY = dragLayerY; in onInterceptTouchEvent()
581 mMotionDownY = dragLayerY;