Home | History | Annotate | Download | only in launcher3

Lines Matching defs:dragController

237     private DragController mDragController;
420 mDragController = new DragController(this);
1231 final DragController dragController = mDragController;
1243 mDragLayer.setup(this, dragController);
1298 mWorkspace.setup(dragController);
1299 dragController.addDragListener(mWorkspace);
1309 mAppsCustomizeContent.setup(this, dragController);
1312 dragController.setDragScoller(mWorkspace);
1313 dragController.setScrollView(mDragLayer);
1314 dragController.setMoveTarget(mWorkspace);
1315 dragController.addDropTarget(mWorkspace);
1317 mSearchDropTargetBar.setup(this, dragController);
1965 public DragController getDragController() {