Searched refs:beginDragShared (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemLongClickListener.java | 115 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), options); in onAllAppsItemLongClick()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 1458 beginDragShared(child, this, options); in startDrag() 1461 public void beginDragShared(View child, DragSource source, DragOptions options) { in beginDragShared() method in Workspace 1469 beginDragShared(child, source, (ItemInfo) dragObject, in beginDragShared() 1473 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 | 613 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(),
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 263 mLauncher.getWorkspace().beginDragShared(v, this, options); in startDrag()
|