Lines Matching refs:mDragController
224 private DragController mDragController; field in Launcher
321 mDragController = new DragController(this); in onCreate()
978 mDragController.cancelDrag(); in onPause()
979 mDragController.resetLastGestureUpTime(); in onPause()
1088 mDragLayer.setup(mDragController, mWorkspace); in setupViews()
1091 mWorkspace.setup(mDragController); in setupViews()
1096 mDragController.addDragListener(mWorkspace); in setupViews()
1108 mDragController.setMoveTarget(mWorkspace); in setupViews()
1109 mDropTargetBar.setup(mDragController); in setupViews()
1492 return mDragController; in getDragController()
1735 if (mDragController.isDragging()) { in onBackPressed()
1736 mDragController.cancelDrag(); in onBackPressed()
1926 mDragController.cancelDrag(); in startBinding()
2327 long diff = System.currentTimeMillis() - mDragController.getLastGestureUpTime(); in canRunNewAppsAnimation()
2410 mDragController.onAppsRemoved(matcher); in bindWorkspaceComponentsRemoved()
2559 if (!mDragController.isDragging() && !mWorkspace.isSwitchingState() && in onKeyUp()