/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | LauncherDelegate.java | 63 void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared() method in LauncherDelegate 64 mLauncher.getWorkspace().beginDragShared(child, source, options); in beginDragShared() 175 void beginDragShared(View child, DragSource source, DragOptions options) { } in beginDragShared() method in LauncherDelegate.FallbackDelegate
|
D | Folder.java | 352 mLauncherDelegate.beginDragShared(v, this, options); in startDrag()
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 357 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared() method in SecondaryDisplayLauncher 365 beginDragShared(child, source, (ItemInfo) dragObject, in beginDragShared() 369 private void beginDragShared(View child, DragSource source, in beginDragShared() method in SecondaryDisplayLauncher
|
D | SecondaryDragLayer.java | 232 mActivity.beginDragShared(v, mActivity.getAppsView(), options)); in onIconLongClicked() 242 mActivity.beginDragShared(v, mActivity.getAppsView(), options); in onIconLongClicked()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemLongClickListener.java | 177 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), new DragOptions()); in onAllAppsItemLongClick()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatPredictionController.java | 123 mLauncher.getWorkspace().beginDragShared(
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 640 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1656 beginDragShared(child, this, options); in startDrag() 1659 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared() method in Workspace 1667 beginDragShared(child, null, source, (ItemInfo) dragObject, in beginDragShared() 1675 public DragView beginDragShared(View child, DraggableView draggableView, DragSource source, in beginDragShared() method in Workspace
|