Merge "Support splitting from workspace with Widgets" into udc-dev

This commit is contained in:
Vinit Nayak
2023-04-22 03:55:23 +00:00
committed by Android (Google) Code Review
5 changed files with 111 additions and 16 deletions

View File

@@ -973,8 +973,8 @@ public class QuickstepLauncher extends Launcher {
return mTaskbarUIController;
}
public SplitSelectStateController getSplitSelectStateController() {
return mSplitSelectStateController;
public SplitToWorkspaceController getSplitToWorkspaceController() {
return mSplitToWorkspaceController;
}
public <T extends OverviewActionsView> T getActionsView() {