HomeSort by relevance Sort by last modified time
    Searched defs:DragController (Results 1 - 3 of 3) sorted by null

  /packages/apps/ExactCalculator/src/com/android/calculator2/
DragController.java 27 public final class DragController {
29 private static final String TAG = "DragController";
237 public class AnimationController implements DragController.AnimateTextInterface {
333 implements DragController.AnimateTextInterface {
419 implements DragController.AnimateTextInterface {
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 43 public class DragController {
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) {
422 Log.d(Launcher.TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragController.java 51 public class DragController implements DragDriver.EventListener, TouchController {
119 public DragController(Launcher launcher) {

Completed in 301 milliseconds