Lines Matching refs:mDragController
221 private DragController mDragController;
367 mDragController = new DragController(this);
835 mDragController.cancelDrag();
836 mDragController.resetLastGestureUpTime();
993 final DragController dragController = mDragController;
1610 mDragController = null;
1616 return mDragController;
2344 mDragController.addDropTarget((DropTarget) folder);
2406 if (allowLongPress && !mDragController.isDragging()) {
3610 long diff = System.currentTimeMillis() - mDragController.getLastGestureUpTime();
3794 mDragController.onAppsRemoved(appInfos, this);