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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java470 mLauncher.getWorkspace().beginDragShared(v, mIconLastTouchPos, this, false);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java222 mLauncher.getWorkspace().beginDragShared(v, this);
H A DAppsCustomizePagedView.java559 mLauncher.getWorkspace().beginDragShared(v, this);
H A DWorkspace.java1894 beginDragShared(child, this);
1897 public void beginDragShared(View child, DragSource source) { method in class:Workspace
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2248 beginDragShared(child, this, accessible);
2251 public void beginDragShared(View child, DragSource source, boolean accessible) { method in class:Workspace
2252 beginDragShared(child, new Point(), source, accessible);
2255 public void beginDragShared(View child, Point relativeTouchPos, DragSource source, method in class:Workspace
H A DFolder.java264 mLauncher.getWorkspace().beginDragShared(v, new Point(), this, accessible);

Completed in 450 milliseconds