am b90860a9: Expose workspace.moveToDefaultScreen.
* commit 'b90860a99630bbd24f90cc205d8990187b0ed12e': Expose workspace.moveToDefaultScreen.
This commit is contained in:
@@ -4567,6 +4567,10 @@ public class Launcher extends Activity
|
||||
return new ShortcutInfo(shortcutIntent, caption, icon);
|
||||
}
|
||||
|
||||
protected void moveWorkspaceToDefaultScreen() {
|
||||
mWorkspace.moveToDefaultScreen(false);
|
||||
}
|
||||
|
||||
public void startDrag(View dragView, ItemInfo dragInfo, DragSource source) {
|
||||
dragView.setTag(dragInfo);
|
||||
mWorkspace.onDragStartedWithItem(dragView);
|
||||
|
||||
Reference in New Issue
Block a user