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 139 private DragController mDragController;
578 mDragController.addDropTarget((DropTarget) child);
772 if (mDragController.isDragging()) {
776 mDragController.forceTouchMove();
785 if (!mDragController.isDragging()) {
    [all...]
AppsCustomizePagedView.java 167 private DragController mDragController;
774 mDragController.startDrag(image, preview, this, createItemInfo,
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 47 private DragController mDragController;
116 mDragController = controller;
121 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
239 return mDragController.onInterceptTouchEvent(ev);
360 return mDragController.onTouchEvent(ev);
433 return mDragController.dispatchUnhandledMove(focused, direction);
767 mDragController.onDeferredEndDrag(mDropView);
793 mDragController.onDeferredEndDrag(mDropView);
    [all...]
Folder.java 65 protected DragController mDragController;
325 mDragController = dragController;
560 if (mDragController.isDragging()) {
561 mDragController.forceTouchMove();
    [all...]
Launcher.java 261 private DragController mDragController;
439 mDragController = new DragController(this);
    [all...]
Workspace.java 182 private DragController mDragController;
    [all...]
AppsCustomizePagedView.java 162 private DragController mDragController;
686 mDragController.startDrag(image, preview, this, createItemInfo,
    [all...]

Completed in 490 milliseconds