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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java91 @Thunk DragController mDragController; field in class:DragLayer
163 mDragController = dragController;
177 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event);
296 if (mDragController.onInterceptTouchEvent(ev)) {
297 mActiveController = mDragController;
472 mDragController.startDrag(
485 return mDragController.onDragEvent(event);
560 return isContainerOpen || mDragController.dispatchUnhandledMove(focused, direction);
810 if (mDragController != null && mDragController
[all...]
H A DDragView.java64 @Thunk final DragController mDragController; field in class:DragView
97 mDragController = launcher.getDragController();
129 mDragController.onDragViewAnimationEnd();
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java143 protected DragController mDragController; field in class:Folder
308 mDragController.addDragListener(this);
310 mDragController.addDragListener(new AccessibileDragListenerAdapter(
353 mDragController.removeDragListener(this);
419 mDragController = dragController;
678 if (mDragController.isDragging()) {
679 mDragController.forceTouchMove();
692 mDragController.addDragListener(this);
724 mDragController.removeDropTarget(this);
919 } else if (!mDragController
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsContainerView.java64 private DragController mDragController; field in class:WidgetsContainerView
91 mDragController = mLauncher.getDragController();
255 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 DLauncher.java229 private DragController mDragController; field in class:Launcher
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
[all...]
H A DWorkspace.java168 @Thunk DragController mDragController; field in class:Workspace
1180 mDragController.addDropTarget((DropTarget) child);
1357 if (mDragController.isDragging()) {
1361 mDragController.forceTouchMove();
1822 mDragController.setWindowToken(windowToken);
2277 mDragController.addDragListener(new AccessibileDragListenerAdapter(
2351 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source,
3646 mDragController = dragController;
3714 mDragController.removeDropTarget((DropTarget) v);
3988 mDragController
[all...]

Completed in 1426 milliseconds