Searched refs:beginDragShared (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemLongClickListener.java | 101 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), options); in onAllAppsItemLongClick()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1449 beginDragShared(child, this, options); in startDrag() 1452 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared() method in Workspace 1460 beginDragShared(child, source, (ItemInfo) dragObject, in beginDragShared() 1464 public DragView beginDragShared(View child, DragSource source, ItemInfo dragObject, in beginDragShared() method in Workspace
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 608 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(),
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 264 mLauncher.getWorkspace().beginDragShared(v, this, options); in startDrag()
|