Home | History | Annotate | Download | only in launcher2

Lines Matching refs:dragController

171     private DragController mDragController;
221 mDragController = new DragController(this);
699 DragController dragController = mDragController;
702 dragLayer.setDragController(dragController);
706 mAllAppsGrid.setDragController(dragController);
743 workspace.setDragController(dragController);
747 deleteZone.setDragController(dragController);
750 dragController.setDragScoller(workspace);
751 dragController.setDragListener(deleteZone);
752 dragController.setScrollView(dragLayer);
753 dragController.setMoveTarget(workspace);
756 dragController.addDropTarget(workspace);
757 dragController.addDropTarget(deleteZone);