Lines Matching refs:mDragController
393 protected DragController mDragController; field in Launcher
650 if (mDragController.isDragging()) { in getOnBackAnimationCallback()
651 return mDragController::cancelDrag; in getOnBackAnimationCallback()
750 mDragController = new LauncherDragController(this);
1313 mDragController.cancelDrag();
1377 mDragLayer.setup(mDragController, mWorkspace);
1379 mWorkspace.setup(mDragController);
1386 mDragController.addDragListener(mWorkspace);
1399 mDropTargetBar.setup(mDragController);
1822 return mDragController;
2417 if (mDragController.isDragging()) {