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

Change-Id: I7869bd2e841b53b42df36d760c54235b7e98255c
This commit is contained in:
Hongwei Wang
2020-05-21 03:23:05 +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);
}