Searched refs:mDragController (Results 1 – 8 of 8) sorted by relevance
63 private DragController mDragController; field in BaseItemDragListener84 mDragController = launcher.getDragController(); in init()90 if (mLauncher == null || mDragController == null) { in onDrag()94 if (event.getAction() == DragEvent.ACTION_DRAG_STARTED || !mDragController.isDragging()) { in onDrag()102 return mDragController.onDragEvent(event); in onDrag()
69 private DragController mDragController; field in DragLayer104 mDragController = dragController; in setup()120 return mDragController.dispatchKeyEvent(event) || super.dispatchKeyEvent(event); in dispatchKeyEvent()445 mDragController.onDeferredEndDrag(mDropView); in clearAnimatedView()
97 @Thunk final DragController mDragController; field in DragView142 mDragController = launcher.getDragController(); in DragView()
176 protected DragController mDragController; field in Folder312 mDragController.addDragListener(this); in startDrag()314 mDragController.addDragListener(new AccessibleDragListenerAdapter( in startDrag()357 mDragController.removeDragListener(this); in onDragEnd()442 mDragController = dragController; in setDragController()614 mDragController.addDragListener(this); in beginExternalDrag()656 mDragController.addDropTarget(this); in animateOpen()732 if (mDragController.isDragging()) { in animateOpen()733 mDragController.forceTouchMove(); in animateOpen()828 mDragController.removeDropTarget(this); in closeComplete()
121 folder.mDragController.removeDropTarget((DropTarget) folder.mFolderIcon); in replaceFolderWithFinalItem()136 ((Optional<InstanceId>) folder.mDragController.getLogInstanceId()) in replaceFolderWithFinalItem()
284 private DragController mDragController; field in Launcher434 mDragController = new LauncherDragController(this); in onCreate()1116 mDragController.cancelDrag(); in onPause()1185 mDragLayer.setup(mDragController, mWorkspace); in setupViews()1187 mWorkspace.setup(mDragController); in setupViews()1192 mDragController.addDragListener(mWorkspace); in setupViews()1204 mDropTargetBar.setup(mDragController); in setupViews()1657 return mDragController; in getDragController()1954 if (mDragController.isDragging()) { in onBackPressed()1955 mDragController.cancelDrag(); in onBackPressed()[all …]
192 @Thunk DragController mDragController; field in Workspace768 mDragController.addDropTarget(target); in onAddDropTarget()941 if (mDragController.isDragging()) { in onPageEndTransition()945 mDragController.forceTouchMove(); in onPageEndTransition()1186 if (!workspaceInModalState() && !mIsSwitchingState && !mDragController.isDragging()) { in updatePageAlphaValues()1422 mDragController.addDragListener( in startDrag()1517 mDragController.addDragListener(new AppWidgetHostViewDragListener(mLauncher)); in beginDragShared()1519 dv = mDragController.startDrag( in beginDragShared()1532 dv = mDragController.startDrag( in beginDragShared()2782 mDragController = dragController;[all …]
92 private final MyDragController mDragController; field in TaskbarActivityContext129 mDragController = new MyDragController(this); in TaskbarActivityContext()200 return mDragController; in getDragController()