Searched refs:mDragController (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsContainerView.java65 private DragController mDragController; field in class:WidgetsContainerView
92 mDragController = mLauncher.getDragController();
257 mDragController.startDrag(image, preview, this, createItemInfo,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java51 private DragController mDragController; field in class:DragLayer
98 mDragController = controller;
103 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
166 return mDragController.onInterceptTouchEvent(ev);
287 return mDragController.onTouchEvent(ev);
360 return mDragController.dispatchUnhandledMove(focused, direction);
683 mDragController.onDeferredEndDrag(mDropView);
709 mDragController.onDeferredEndDrag(mDropView);
H A DFolder.java62 protected DragController mDragController; field in class:Folder
297 mDragController = dragController;
923 mDragController.removeDropTarget((DropTarget) this);
962 mDragController.removeDropTarget((DropTarget) mFolderIcon);
H A DLauncher.java223 private DragController mDragController; field in class:Launcher
372 mDragController = new DragController(this);
861 mDragController.cancelDrag();
862 mDragController.resetLastGestureUpTime();
1019 final DragController dragController = mDragController;
1645 mDragController = null;
1651 return mDragController;
2402 mDragController.addDropTarget((DropTarget) folder);
2464 if (allowLongPress && !mDragController.isDragging()) {
3668 long diff = System.currentTimeMillis() - mDragController
[all...]
H A DWorkspace.java139 private DragController mDragController; field in class:Workspace
578 mDragController.addDropTarget((DropTarget) child);
772 if (mDragController.isDragging()) {
776 mDragController.forceTouchMove();
785 if (!mDragController.isDragging()) {
1275 mDragController.setWindowToken(mWindowToken);
1939 mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
3357 mDragController = dragController;
3375 mDragController.removeDropTarget((DropTarget) mDragInfo.cell);
3636 mDragController
[all...]
H A DAppsCustomizePagedView.java167 private DragController mDragController; field in class:AppsCustomizePagedView
774 mDragController.startDrag(image, preview, this, createItemInfo,
1523 mDragController = dragController;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java60 @Thunk DragController mDragController; field in class:DragLayer
123 mDragController = controller;
128 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
234 return mDragController.onInterceptTouchEvent(ev);
375 return mDragController.onTouchEvent(ev);
448 return mDragController.dispatchUnhandledMove(focused, direction);
803 mDragController.onDeferredEndDrag(mDropView);
H A DFolder.java120 protected DragController mDragController; field in class:Folder
344 mDragController = dragController;
583 if (mDragController.isDragging()) {
584 mDragController.forceTouchMove();
599 mDragController.addDragListener(this);
610 mDragController.removeDragListener(this);
1083 mDragController.removeDropTarget((DropTarget) this);
1125 mDragController.removeDropTarget((DropTarget) mFolderIcon);
H A DLauncher.java250 private DragController mDragController; field in class:Launcher
453 mDragController = new DragController(this);
1081 mDragController.cancelDrag();
1082 mDragController.resetLastGestureUpTime();
1351 final DragController dragController = mDragController;
2026 mDragController = null;
2036 return mDragController;
2417 if (mDragController.isDragging()) {
2418 mDragController.cancelDrag();
3091 mDragController
[all...]
H A DWorkspace.java163 @Thunk DragController mDragController; field in class:Workspace
1012 mDragController.addDropTarget((DropTarget) child);
1184 if (mDragController.isDragging()) {
1188 mDragController.forceTouchMove();
1661 mDragController.setWindowToken(mWindowToken);
2292 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
2341 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, child.getTag(),
3712 mDragController = dragController;
3769 mDragController.removeDropTarget((DropTarget) v);
4094 mDragController
[all...]

Completed in 143 milliseconds