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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java126 * @param dragLayerX The x position in the DragLayer of the left-top of the bitmap.
133 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY, argument
150 final int registrationX = mMotionDownX - dragLayerX;
176 mDragObject.xOffset = mMotionDownX - (dragLayerX + dragRegionLeft);
403 final int dragLayerX = dragLayerPos[0];
409 mMotionDownX = dragLayerX;
511 final int dragLayerX = dragLayerPos[0];
517 mMotionDownX = dragLayerX;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java183 int dragLayerX = loc[0] + v.getPaddingLeft() + viewExtraPaddingLeft +
188 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
201 * @param dragLayerX The x position in the DragLayer of the left-top of the bitmap.
210 public void startDrag(Bitmap b, int dragLayerX, int dragLayerY, argument
228 final int registrationX = mMotionDownX - dragLayerX;
239 mDragObject.xOffset = mMotionDownX - (dragLayerX + dragRegionLeft);
431 final int dragLayerX = dragLayerPos[0];
439 mMotionDownX = dragLayerX;
448 dropOnFlingToDeleteTarget(dragLayerX, dragLayerY, vec);
450 drop(dragLayerX, dragLayer
[all...]

Completed in 26 milliseconds