Searched refs:startDrag (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java104 mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
H A DDragController.java161 public void startDrag(View v, DragSource source, Object dragInfo, int dragAction) { method in class:DragController
176 startDrag(b, screenX, screenY, 0, 0, b.getWidth(), b.getHeight(),
202 public void startDrag(Bitmap b, int screenX, int screenY, method in class:DragController
H A DAllApps2D.java189 mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
H A DWorkspace.java1003 void startDrag(CellLayout.CellInfo cellInfo) { method in class:Workspace
1017 mDragController.startDrag(child, this, child.getTag(), DragController.DRAG_ACTION_MOVE);
H A DAllApps3D.java744 mDragController.startDrag(bmp, screenX, screenY,
H A DLauncher.java1594 mWorkspace.startDrag(cellInfo);

Completed in 28 milliseconds