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()
80 @Thunk DragController mDragController; field in DragLayer118 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()
87 @Thunk final DragController mDragController; field in DragView128 mDragController = launcher.getDragController(); in DragView()153 mDragController.onDragViewAnimationEnd(); in DragView()
145 protected DragController mDragController; field in Folder248 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 …]
229 private DragController mDragController; field in Launcher330 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 …]
174 @Thunk DragController mDragController; field in Workspace752 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 …]