Support split from fullscreen with shortcuts

Bug: 246661484
Test: manual
Change-Id: I6a38d2e749c6e3ecd796b3c4ee90894cfe16d01c
Merged-In: I6a38d2e749c6e3ecd796b3c4ee90894cfe16d01c
This commit is contained in:
Tracy Zhou
2022-10-16 17:22:10 -07:00
parent 4d80e6f409
commit c718813539

View File

@@ -110,4 +110,9 @@ oneway interface IOverviewProxy {
* Sent when screen started turning off.
*/
void onScreenTurningOff() = 24;
/**
* Sent when split keyboard shortcut is triggered to enter stage split.
*/
void enterStageSplitFromRunningApp(boolean leftOrTop) = 25;
}