Searched refs:mDragController (Results 1 – 6 of 6) sorted by relevance
66 private DragController mDragController; field in BaseItemDragListener88 mDragController = launcher.getDragController(); in init()94 if (mLauncher == null || mDragController == null) { in onDrag()106 return mDragController.onDragEvent(mDragStartTime, event); in onDrag()
79 @Thunk DragController mDragController; field in DragLayer115 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()
87 @Thunk final DragController mDragController; field in DragView128 mDragController = launcher.getDragController(); in DragView()153 mDragController.onDragViewAnimationEnd(); in DragView()
142 protected DragController mDragController; field in Folder249 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 …]
224 private DragController mDragController; field in Launcher321 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 …]
176 @Thunk DragController mDragController; field in Workspace759 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 …]