Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java448 mLauncher.getWorkspace().beginDragShared(v, mIconLastTouchPos, this, false); in onLongClick()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2362 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
DFolder.java266 mLauncher.getWorkspace().beginDragShared(v, new Point(), this, accessible); in beginDrag()
/packages/apps/Launcher2/src/com/android/launcher2/
DFolder.java222 mLauncher.getWorkspace().beginDragShared(v, this); in onLongClick()
DAppsCustomizePagedView.java559 mLauncher.getWorkspace().beginDragShared(v, this); in beginDraggingApplication()
DWorkspace.java1894 beginDragShared(child, this);
1897 public void beginDragShared(View child, DragSource source) {