Merge "Ignores entering PiP animation on seamless rotation" into rvc-dev am: 047a550900

Change-Id: Id425cf6f338f1b03cb69a41210f5525002cf14a5
This commit is contained in:
Hongwei Wang
2020-05-21 03:16:37 +00:00
committed by Automerger Merge Worker
9 changed files with 201 additions and 51 deletions

View File

@@ -46,4 +46,13 @@ oneway interface IDisplayWindowListener {
*/
void onDisplayRemoved(int displayId);
/**
* Called when fixed rotation is started on a display.
*/
void onFixedRotationStarted(int displayId, int newRotation);
/**
* Called when the previous fixed rotation on a display is finished.
*/
void onFixedRotationFinished(int displayId);
}