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

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 51 private DragController mDragController;
98 mDragController = controller;
103 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
166 return mDragController.onInterceptTouchEvent(ev);
287 return mDragController.onTouchEvent(ev);
360 return mDragController.dispatchUnhandledMove(focused, direction);
683 mDragController.onDeferredEndDrag(mDropView);
709 mDragController.onDeferredEndDrag(mDropView);
Folder.java 62 protected DragController mDragController;
297 mDragController = dragController;
    [all...]
Launcher.java 221 private DragController mDragController;
367 mDragController = new DragController(this);
    [all...]
Workspace.java 138 private DragController mDragController;
577 mDragController.addDropTarget((DropTarget) child);
771 if (mDragController.isDragging()) {
775 mDragController.forceTouchMove();
784 if (!mDragController.isDragging()) {
    [all...]
AppsCustomizePagedView.java 164 private DragController mDragController;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 47 private DragController mDragController;
98 mDragController = controller;
103 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
204 return mDragController.onInterceptTouchEvent(ev);
325 return mDragController.onTouchEvent(ev);
398 return mDragController.dispatchUnhandledMove(focused, direction);
728 mDragController.onDeferredEndDrag(mDropView);
754 mDragController.onDeferredEndDrag(mDropView);
    [all...]
Folder.java 63 protected DragController mDragController;
315 mDragController = dragController;
467 if (!mDragController.isDragging()) {
483 if (mDragController.isDragging()) {
484 mDragController.forceTouchMove();
    [all...]
Launcher.java 237 private DragController mDragController;
420 mDragController = new DragController(this);
    [all...]
Workspace.java 170 private DragController mDragController;
    [all...]
AppsCustomizePagedView.java 162 private DragController mDragController;
775 mDragController.startDrag(image, preview, this, createItemInfo,
    [all...]

Completed in 67 milliseconds