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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java71 private int mMotionDownY; field in class:DragController
147 mMotionDownY = mOptions.systemDndStartPoint.y;
151 final int registrationY = mMotionDownY - dragLayerY;
177 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop);
196 dragView.show(mMotionDownX, mMotionDownY);
206 mLastTouch[1] = mMotionDownY;
207 handleMoveEvent(mMotionDownX, mMotionDownY);
307 mDragObject.dragView.animateTo(mMotionDownX, mMotionDownY, onCompleteRunnable, duration);
410 mMotionDownY = dragLayerY;
518 mMotionDownY
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java82 private int mMotionDownY; field in class:DragController
229 final int registrationY = mMotionDownY - dragLayerY;
240 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop);
256 dragView.show(mMotionDownX, mMotionDownY);
257 handleMoveEvent(mMotionDownX, mMotionDownY);
440 mMotionDownY = dragLayerY;
581 mMotionDownY = dragLayerY;

Completed in 70 milliseconds