Refactor SplitSelectStateController to add testing

Bug: 266482558
Change-Id: I2d62a3a310043710d66a26bc533df2309084b81e
This commit is contained in:
Vinit Nayak
2023-02-17 17:20:24 -08:00
parent ee24d3f9f4
commit 4e3636e8d0
4 changed files with 220 additions and 5 deletions

View File

@@ -235,7 +235,8 @@ public class QuickstepLauncher extends Launcher {
RecentsView overviewPanel = getOverviewPanel();
mSplitSelectStateController =
new SplitSelectStateController(this, mHandler, getStateManager(),
getDepthController(), getStatsLogManager());
getDepthController(), getStatsLogManager(),
SystemUiProxy.INSTANCE.get(this), RecentsModel.INSTANCE.get(this));
overviewPanel.init(mActionsView, mSplitSelectStateController);
mSplitWithKeyboardShortcutController = new SplitWithKeyboardShortcutController(this,
mSplitSelectStateController);