Searched refs:dragController (Results 1 – 8 of 8) sorted by relevance
69 public static DragDriver create(DragController dragController, DragOptions options, in create() argument75 return new SystemDragDriver(dragController, sec); in create()77 return new InternalDragDriver(dragController, sec); in create()90 SystemDragDriver(DragController dragController, Consumer<MotionEvent> sec) { in SystemDragDriver() argument91 super(dragController, sec); in SystemDragDriver()170 InternalDragDriver(DragController dragController, Consumer<MotionEvent> sec) { in InternalDragDriver() argument171 super(dragController, sec); in InternalDragDriver()172 mDragController = dragController; in InternalDragDriver()
115 public void setup(DragController dragController, Workspace<?> workspace) { in setup() argument116 mDragController = dragController; in setup()
163 final DragController dragController = launcher.getDragController(); in onAllAppsItemLongClick() local164 dragController.addDragListener(new DragController.DragListener() { in onAllAppsItemLongClick()173 dragController.removeDragListener(this); in onAllAppsItemLongClick()
131 public void setup(DragController dragController) { in setup() argument132 dragController.addDragListener(this); in setup()134 dragController.addDragListener(mDropTargets[i]); in setup()135 dragController.addDropTarget(mDropTargets[i]); in setup()
67 launcher.dragController.cancelDrag() in <lambda>()250 launcher.dragController.onAppsRemoved(matcher) in <lambda>()
3084 void setup(DragController dragController) {3086 mDragController = dragController;
1372 public void setDragDropController(DragDropController dragController) { in setDragDropController() argument1373 dragDropController = dragController; in setDragDropController()1374 listsFragment.getRemoveView().setDragDropController(dragController); in setDragDropController()
461 public void setDragController(DragController dragController) { in setDragController() argument462 mDragController = dragController; in setDragController()