Searched refs:beginDragShared (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsContainerView.java | 448 mLauncher.getWorkspace().beginDragShared(v, mIconLastTouchPos, this, false); in onLongClick()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Workspace.java | 2362 beginDragShared(child, this, accessible); in startDrag() 2365 public void beginDragShared(View child, DragSource source, boolean accessible) { in beginDragShared() method in Workspace.WallpaperOffsetInterpolator 2366 beginDragShared(child, new Point(), source, accessible); in beginDragShared() 2369 public void beginDragShared(View child, Point relativeTouchPos, DragSource source, in beginDragShared() method in Workspace.WallpaperOffsetInterpolator
|
D | Folder.java | 266 mLauncher.getWorkspace().beginDragShared(v, new Point(), this, accessible); in beginDrag()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Folder.java | 222 mLauncher.getWorkspace().beginDragShared(v, this); in onLongClick()
|
D | AppsCustomizePagedView.java | 559 mLauncher.getWorkspace().beginDragShared(v, this); in beginDraggingApplication()
|
D | Workspace.java | 1894 beginDragShared(child, this); 1897 public void beginDragShared(View child, DragSource source) {
|