Searched defs:DRAG_ACTION_MOVE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java47 public static int DRAG_ACTION_MOVE = 0; field in class:DragController
132 * @param dragAction The drag action: either {@link DragController#DRAG_ACTION_MOVE}
172 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
191 if (dragAction == DRAG_ACTION_MOVE) {
205 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java49 public static int DRAG_ACTION_MOVE = 0; field in class:DragController
135 * @param dragAction The drag action: either {@link DragController#DRAG_ACTION_MOVE}
175 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
193 if (dragAction == DRAG_ACTION_MOVE) {
207 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or

Completed in 12 milliseconds