Home | History | Annotate | Download | only in launcher3

Lines Matching refs:dragController

261     private DragController mDragController;
439 mDragController = new DragController(this);
1279 final DragController dragController = mDragController;
1293 mDragLayer.setup(this, dragController);
1348 mWorkspace.setup(dragController);
1349 dragController.addDragListener(mWorkspace);
1359 mAppsCustomizeContent.setup(this, dragController);
1362 dragController.setDragScoller(mWorkspace);
1363 dragController.setScrollView(mDragLayer);
1364 dragController.setMoveTarget(mWorkspace);
1365 dragController.addDropTarget(mWorkspace);
1367 mSearchDropTargetBar.setup(this, dragController);
2041 public DragController getDragController() {