Home | History | Annotate | Download | only in launcher2

Lines Matching refs:dragController

221     private DragController mDragController;
367 mDragController = new DragController(this);
993 final DragController dragController = mDragController;
1005 mDragLayer.setup(this, dragController);
1016 mWorkspace.setup(dragController);
1017 dragController.addDragListener(mWorkspace);
1026 mAppsCustomizeContent.setup(this, dragController);
1029 dragController.setDragScoller(mWorkspace);
1030 dragController.setScrollView(mDragLayer);
1031 dragController.setMoveTarget(mWorkspace);
1032 dragController.addDropTarget(mWorkspace);
1034 mSearchDropTargetBar.setup(this, dragController);
1624 public DragController getDragController() {