Merge "Ignores entering PiP animation on seamless rotation" into rvc-dev

This commit is contained in:
Hongwei Wang
2020-05-21 03:12:56 +00:00
committed by Android (Google) Code Review
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);
}