Home
last modified time | relevance | path

Searched refs:mDragController (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DBaseItemDragListener.java66 private DragController mDragController; field in BaseItemDragListener
88 mDragController = launcher.getDragController(); in init()
94 if (mLauncher == null || mDragController == null) { in onDrag()
106 return mDragController.onDragEvent(mDragStartTime, event); in onDrag()
DDragLayer.java80 @Thunk DragController mDragController; field in DragLayer
118 mDragController = dragController; in setup()
133 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event); in dispatchKeyEvent()
226 || mDragController.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
466 mDragController.onDeferredEndDrag(mDropView); in clearAnimatedView()
DDragView.java87 @Thunk final DragController mDragController; field in DragView
128 mDragController = launcher.getDragController(); in DragView()
153 mDragController.onDragViewAnimationEnd(); in DragView()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java145 protected DragController mDragController; field in Folder
248 mDragController.addDragListener(this); in startDrag()
250 mDragController.addDragListener(new AccessibleDragListenerAdapter( in startDrag()
294 mDragController.removeDragListener(this); in onDragEnd()
353 mDragController = dragController; in setDragController()
495 mDragController.addDragListener(this); in beginExternalDrag()
537 mDragController.addDropTarget(this); in animateOpen()
615 if (mDragController.isDragging()) { in animateOpen()
616 mDragController.forceTouchMove(); in animateOpen()
682 mDragController.removeDropTarget(this); in closeComplete()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java229 private DragController mDragController; field in Launcher
330 mDragController = new DragController(this); in onCreate()
1005 mDragController.cancelDrag(); in onPause()
1006 mDragController.resetLastGestureUpTime(); in onPause()
1116 mDragLayer.setup(mDragController, mWorkspace); in setupViews()
1119 mWorkspace.setup(mDragController); in setupViews()
1124 mDragController.addDragListener(mWorkspace); in setupViews()
1136 mDragController.setMoveTarget(mWorkspace); in setupViews()
1137 mDropTargetBar.setup(mDragController); in setupViews()
1524 return mDragController; in getDragController()
[all …]
DWorkspace.java174 @Thunk DragController mDragController; field in Workspace
752 mDragController.addDropTarget(target); in onAddDropTarget()
933 if (mDragController.isDragging()) { in onPageEndTransition()
937 mDragController.forceTouchMove(); in onPageEndTransition()
1219 if (!workspaceInModalState() && !mIsSwitchingState && !mDragController.isDragging()) { in updatePageAlphaValues()
1244 mDragController.setWindowToken(windowToken); in onAttachedToWindow()
1448 mDragController.addDragListener(new AccessibleDragListenerAdapter( in startDrag()
1536 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, in beginDragShared()
2766 mDragController = dragController;
2814 mDragController.removeDropTarget((DropTarget) v);
[all …]