Home
last modified time | relevance | path

Searched refs:beginDragShared (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DLauncherDelegate.java63 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
DFolder.java352 mLauncherDelegate.beginDragShared(v, this, options); in startDrag()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java357 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
DSecondaryDragLayer.java232 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/
DItemLongClickListener.java177 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), new DragOptions()); in onAllAppsItemLongClick()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java123 mLauncher.getWorkspace().beginDragShared(
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java640 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1656 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