Searched refs:beginDragShared (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | LauncherDelegate.java | 70 void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared() method in LauncherDelegate 71 mLauncher.getWorkspace().beginDragShared(child, source, options); in beginDragShared() 188 void beginDragShared(View child, DragSource source, DragOptions options) { } in beginDragShared() method in LauncherDelegate.FallbackDelegate
|
D | Folder.java | 326 mLauncherDelegate.beginDragShared(v, this, options); in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemLongClickListener.java | 115 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), options); in onAllAppsItemLongClick()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatPredictionController.java | 110 mLauncher.getWorkspace().beginDragShared(
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1432 beginDragShared(child, this, options); in startDrag() 1435 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared() method in Workspace 1443 beginDragShared(child, null, source, (ItemInfo) dragObject, in beginDragShared() 1451 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared() method in Workspace
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 673 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
|