Home
last modified time | relevance | path

Searched refs:getDragController (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java330 mLauncher.getDragController().completeAccessibleDrag(loc); in handleAccessibleDrop()
352 mLauncher.getDragController().prepareAccessibleDrag(pos.centerX(), pos.centerY()); in beginAccessibleDrag()
370 if (mLauncher.getDragController().isDragging()) { in beginAccessibleDrag()
371 mLauncher.getDragController().addDragListener(this); in beginAccessibleDrag()
383 mLauncher.getDragController().removeDragListener(this); in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsContainerView.java84 mDragController = mLauncher.getDragController(); in WidgetsContainerView()
151 mLauncher.getDragController().addDragListener(hostLoader); in onLongClick()
166 if (mLauncher.getDragController().isDragging()) { in beginDragging()
DWidgetHostViewLoader.java58 mLauncher.getDragController().removeDragListener(this); in onDragEnd()
/packages/apps/Launcher3/src/com/android/launcher3/
DSpringLoadedDragController.java59 mLauncher.getDragController().cancelDrag(); in onAlarm()
DDeleteDropTarget.java121 mLauncher.getDragController().onDeferredEndFling(d); in onFlingToDelete()
DFolderIcon.java177 folder.setDragController(launcher.getDragController()); in fromXml()
DLauncher.java2026 public DragController getDragController() { in getDragController() method in Launcher
/packages/apps/Launcher2/src/com/android/launcher2/
DSpringLoadedDragController.java59 mLauncher.getDragController().cancelDrag(); in onAlarm()
DDropTarget.java75 launcher.getDragController().addDragListener(this); in DragEnforcer()
DDeleteDropTarget.java438 mLauncher.getDragController().onDeferredEndFling(d);
DFolderIcon.java146 folder.setDragController(launcher.getDragController()); in fromXml()
DAppsCustomizePagedView.java799 if (mLauncher.getDragController().isDragging()) { in beginDragging()
DLauncher.java1650 public DragController getDragController() { in getDragController() method in Launcher