Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java86 private int mMotionDownY; field in DragController
166 mMotionDownY = mOptions.systemDndStartPoint.y; in startDrag()
170 final int registrationY = mMotionDownY - dragLayerY; in startDrag()
196 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop); in startDrag()
341 mDragObject.dragView.animateTo(mMotionDownX, mMotionDownY, onCompleteRunnable, duration); in animateDragViewToOriginalPosition()
449 mMotionDownY = dragLayerY; in onControllerInterceptTouchEvent()
561 mMotionDownY = dragLayerY; in onControllerTouchEvent()
574 mMotionDownY = y; in prepareAccessibleDrag()