HomeSort by relevance Sort by last modified time
    Searched refs:DRAG_ACTION_COPY (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 104 mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
AllApps2D.java 189 mDragController.startDrag(view, this, app, DragController.DRAG_ACTION_COPY);
DragController.java 49 public static int DRAG_ACTION_COPY = 1;
138 * or {@link DragController#DRAG_ACTION_COPY}
166 * {@link #DRAG_ACTION_COPY}
207 * {@link #DRAG_ACTION_COPY}
AllApps3D.java 750 0, 0, w, h, this, app, DragController.DRAG_ACTION_COPY);
    [all...]

Completed in 301 milliseconds