Merge "Ignores entering PiP animation on seamless rotation" into rvc-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user