Searched defs:dragLayerY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java185 int dragLayerY = loc[1] + v.getPaddingTop() + viewExtraPaddingTop +
188 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
202 * @param dragLayerY The y position in the DragLayer of the left-top of the bitmap.
210 public void startDrag(Bitmap b, int dragLayerX, int dragLayerY, argument
229 final int registrationY = mMotionDownY - dragLayerY;
240 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop);
432 final int dragLayerY = dragLayerPos[1];
440 mMotionDownY = dragLayerY;
448 dropOnFlingToDeleteTarget(dragLayerX, dragLayerY, vec);
450 drop(dragLayerX, dragLayerY);
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java181 int dragLayerY = loc[1] + v.getPaddingTop() + viewExtraPaddingTop +
184 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
198 * @param dragLayerY The y position in the DragLayer of the left-top of the bitmap.
206 public void startDrag(Bitmap b, int dragLayerX, int dragLayerY, argument
225 final int registrationY = mMotionDownY - dragLayerY;
236 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop);
429 final int dragLayerY = dragLayerPos[1];
437 mMotionDownY = dragLayerY;
448 dropOnFlingToDeleteTarget(dragLayerX, dragLayerY, vec);
450 drop(dragLayerX, dragLayerY);
[all...]

Completed in 35 milliseconds