HomeSort by relevance Sort by last modified time
    Searched full:draglayery (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 185 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,
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...]
Workspace.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragController.java 133 * @param dragLayerY The y position in the DragLayer of the left-top of the bitmap.
139 public DragView startDrag(Bitmap b, int dragLayerX, int dragLayerY,
156 final int registrationY = mMotionDownY - dragLayerY;
182 mDragObject.yOffset = mMotionDownY - (dragLayerY + dragRegionTop);
420 final int dragLayerY = dragLayerPos[1];
426 mMotionDownY = dragLayerY;
528 final int dragLayerY = dragLayerPos[1];
534 mMotionDownY = dragLayerY;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
PendingItemDragHelper.java 147 int dragLayerY = screenPos.y + previewBounds.top
151 launcher.getDragController().startDrag(preview, dragLayerX, dragLayerY, source, mAddInfo,
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]

Completed in 2041 milliseconds