HomeSort by relevance Sort by last modified time
    Searched defs:dragLayerX (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 183 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,
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, dragLayerY)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 179 int dragLayerX = loc[0] + v.getPaddingLeft() + viewExtraPaddingLeft +
184 startDrag(bmp, dragLayerX, dragLayerY, source, dragInfo, dragAction, null,
197 * @param dragLayerX The x position in the DragLayer of the left-top of the bitmap.
206 public void startDrag(Bitmap b, int dragLayerX, int dragLayerY,
224 final int registrationX = mMotionDownX - dragLayerX;
235 mDragObject.xOffset = mMotionDownX - (dragLayerX + dragRegionLeft);
428 final int dragLayerX = dragLayerPos[0];
436 mMotionDownX = dragLayerX;
448 dropOnFlingToDeleteTarget(dragLayerX, dragLayerY, vec);
450 drop(dragLayerX, dragLayerY)
    [all...]
Workspace.java     [all...]

Completed in 127 milliseconds