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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 45 public static int DRAG_ACTION_MOVE = 0;
123 * @param dragAction The drag action: either {@link DragController#DRAG_ACTION_MOVE}
155 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
168 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
190 if (dragAction == DRAG_ACTION_MOVE) {
202 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
216 if (dragAction == DRAG_ACTION_MOVE) {
230 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
247 * @param dragAction The drag action: either {@link #DRAG_ACTION_MOVE} or
Workspace.java     [all...]

Completed in 498 milliseconds