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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java43 public class DragController { class
44 private static final String TAG = "Launcher.DragController";
132 * @param dragAction The drag action: either {@link DragController#DRAG_ACTION_MOVE}
133 * or {@link DragController#DRAG_ACTION_COPY}
148 public DragController(Launcher launcher) { method in class:DragController
422 Log.d(Launcher.TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java45 public class DragController { class
46 private static final String TAG = "Launcher.DragController";
135 * @param dragAction The drag action: either {@link DragController#DRAG_ACTION_MOVE}
136 * or {@link DragController#DRAG_ACTION_COPY}
151 public DragController(Launcher launcher) { method in class:DragController
437 Log.d(Launcher.TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="

Completed in 91 milliseconds