Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java101 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), options); in onAllAppsItemLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1449 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/
DPopupContainerWithArrow.java608 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(),
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java264 mLauncher.getWorkspace().beginDragShared(v, this, options); in startDrag()