Home
last modified time | relevance | path

Searched refs:DRAG_ACTION_MOVE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDragController.java47 public static int DRAG_ACTION_MOVE = 0; field in DragController
187 if (dragAction == DRAG_ACTION_MOVE) { in startDrag()
DWorkspace.java2774 DragController.DRAG_ACTION_MOVE, dragVisualizeOffset, dragRect, scale); in beginDragShared()
2824 DragController.DRAG_ACTION_MOVE, dragVisualizeOffset, dragRect, scale); in beginExternalDragShared()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java47 public static int DRAG_ACTION_MOVE = 0; field in DragController
191 if (dragAction == DRAG_ACTION_MOVE) { in startDrag()
DWorkspace.java1940 DragController.DRAG_ACTION_MOVE, dragVisualizeOffset, dragRect, scale);