Searched refs:getDragController (Results 1 – 17 of 17) sorted by relevance
361 mLauncher.getDragController().completeAccessibleDrag(loc); in handleAccessibleDrop()381 mLauncher.getDragController().prepareAccessibleDrag(pos.centerX(), pos.centerY()); in beginAccessibleDrag()382 mLauncher.getDragController().addDragListener(this); in beginAccessibleDrag()396 mLauncher.getDragController().removeDragListener(this); in onDragEnd()
54 Launcher.getLauncher(mViewGroup.getContext()).getDragController().removeDragListener(this); in onDragEnd()
84 final DragController dragController = launcher.getDragController(); in onAllAppsItemLongClick()113 if (launcher.getDragController().isDragging()) return false; in canStartDrag()
109 launcher.getDragController().addDragListener(new WidgetHostViewLoader(launcher, mView)); in startDrag()151 launcher.getDragController().startDrag(preview, dragLayerX, dragLayerY, source, mAddInfo, in startDrag()
60 mLauncher.getDragController().removeDragListener(this); in onDragEnd()
64 mLauncher.getDragController().cancelDrag(); in onAlarm()
88 mDragController = launcher.getDragController(); in init()
128 mDragController = launcher.getDragController(); in DragView()
39 launcher.getDragController(), new AllAppsSwipeController(launcher)}; in createTouchControllers()
44 list.add(launcher.getDragController()); in createTouchControllers()
146 list.add(launcher.getDragController()); in createTouchControllers()
268 mLauncher.getDragController().getDistanceDragged() >= mDragDistanceThreshold); in isDropEnabled()
1491 public DragController getDragController() { in getDragController() method in Launcher
2077 Launcher.cast(mActivity).getDragController().addFirstFrameAnimationHelper(a); in completeAnimationImmediately()
1908 mLauncher.getDragController().animateDragViewToOriginalPosition( in onDrop()
302 mLauncher.getDragController().addDragListener(this); in populateAndShow()
179 folder.setDragController(launcher.getDragController()); in fromXml()