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.java79 @Thunk DragController mDragController; field in DragLayer
115 mDragController = dragController; in setup()
130 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event); in dispatchKeyEvent()
223 || mDragController.dispatchUnhandledMove(focused, direction); in dispatchUnhandledMove()
462 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.java142 protected DragController mDragController; field in Folder
249 mDragController.addDragListener(this); in startDrag()
251 mDragController.addDragListener(new AccessibleDragListenerAdapter( in startDrag()
295 mDragController.removeDragListener(this); in onDragEnd()
349 mDragController = dragController; in setDragController()
494 mDragController.addDropTarget(this); in animateOpen()
570 if (mDragController.isDragging()) { in animateOpen()
571 mDragController.forceTouchMove(); in animateOpen()
584 mDragController.addDragListener(this); in beginExternalDrag()
645 mDragController.removeDropTarget(this); in closeComplete()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java224 private DragController mDragController; field in Launcher
321 mDragController = new DragController(this); in onCreate()
978 mDragController.cancelDrag(); in onPause()
979 mDragController.resetLastGestureUpTime(); in onPause()
1088 mDragLayer.setup(mDragController, mWorkspace); in setupViews()
1091 mWorkspace.setup(mDragController); in setupViews()
1096 mDragController.addDragListener(mWorkspace); in setupViews()
1108 mDragController.setMoveTarget(mWorkspace); in setupViews()
1109 mDropTargetBar.setup(mDragController); in setupViews()
1492 return mDragController; in getDragController()
[all …]
DWorkspace.java176 @Thunk DragController mDragController; field in Workspace
759 mDragController.addDropTarget(target); in onAddDropTarget()
940 if (mDragController.isDragging()) { in onPageEndTransition()
944 mDragController.forceTouchMove(); in onPageEndTransition()
1214 if (!workspaceInModalState() && !mIsSwitchingState && !mDragController.isDragging()) { in updatePageAlphaValues()
1239 mDragController.setWindowToken(windowToken); in onAttachedToWindow()
1439 mDragController.addDragListener(new AccessibleDragListenerAdapter( in startDrag()
1524 DragView dv = mDragController.startDrag(b, dragLayerX, dragLayerY, source, in beginDragShared()
2748 mDragController = dragController;
2796 mDragController.removeDropTarget((DropTarget) v);
[all …]