Searched refs:dragLayerY (Results 1 - 5 of 5) 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...]
H A DWorkspace.java1909 int dragLayerY =
1922 dragLayerY += top;
1939 mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java127 * @param dragLayerY The y position in the DragLayer of the left-top of the bitmap.
133 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY, argument
151 final int registrationY = mMotionDownY - dragLayerY;
177 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop);
404 final int dragLayerY = dragLayerPos[1];
410 mMotionDownY = dragLayerY;
512 final int dragLayerY = dragLayerPos[1];
518 mMotionDownY = dragLayerY;
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingItemDragHelper.java149 int dragLayerY = screenPos.y + previewBounds.top
154 launcher.getDragController().startDrag(preview, dragLayerX, dragLayerY, source, mAddInfo,
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2245 int dragLayerY = mTempXY[1];
2253 dragLayerY += dragRect.top;
2285 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source,

Completed in 136 milliseconds