Searched refs:startDrag (Results 1 - 6 of 6) sorted by relevance
/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | Folder.java | 104 mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
|
H A D | DragController.java | 161 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 D | AllApps2D.java | 189 mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
|
H A D | Workspace.java | 1003 void startDrag(CellLayout.CellInfo cellInfo) { method in class:Workspace 1017 mDragController.startDrag(child, this, child.getTag(), DragController.DRAG_ACTION_MOVE);
|
H A D | AllApps3D.java | 744 mDragController.startDrag(bmp, screenX, screenY,
|
H A D | Launcher.java | 1594 mWorkspace.startDrag(cellInfo);
|
Completed in 28 milliseconds