Merge "Support split from fullscreen with shortcuts" into tm-qpr-dev

This commit is contained in:
Tracy Zhou
2022-11-01 17:17:33 +00:00
committed by Android (Google) Code Review

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;
}