Lines Matching refs:mDragController
229 private DragController mDragController;
409 mDragController = new DragController(this);
1071 mDragController.cancelDrag();
1072 mDragController.resetLastGestureUpTime();
1229 if (!isOnCustomContent() && !mDragController.isDragging()) {
1324 mDragLayer.setup(this, mDragController, mAllAppsController);
1338 mWorkspace.setup(mDragController);
1343 mDragController.addDragListener(mWorkspace);
1358 mDragController.setDragScoller(mWorkspace);
1359 mDragController.setScrollView(mDragLayer);
1360 mDragController.setMoveTarget(mWorkspace);
1361 mDragController.addDropTarget(mWorkspace);
1362 mDropTargetBar.setup(mDragController);
1988 return mDragController;
2345 if (mDragController.isDragging()) {
2346 mDragController.cancelDrag();
2988 mDragController.addDropTarget(folder);
3118 if (!mDragController.isDragging()) {
4013 long diff = System.currentTimeMillis() - mDragController.getLastGestureUpTime();
4163 mDragController.onAppsRemoved(matcher);
4169 mDragController.onAppsRemoved(matcher);
4215 mDragController.onAppsRemoved(matcher);
4221 mDragController.onAppsRemoved(matcher);