Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mDragController

237     private DragController mDragController;
420 mDragController = new DragController(this);
1027 mDragController.cancelDrag();
1028 mDragController.resetLastGestureUpTime();
1231 final DragController dragController = mDragController;
1960 mDragController = null;
1966 return mDragController;
2755 mDragController.addDropTarget((DropTarget) folder);
2830 if (allowLongPress && !mDragController.isDragging()) {
4102 long diff = System.currentTimeMillis() - mDragController.getLastGestureUpTime();
4216 mDragController.onAppsRemoved(packageNames, appInfos);