Mark screen rotation as early (1/2)

To decrease jank while rotating.

Test: Rotate screen
Bug: 138083790
Change-Id: If0b4428253dbfa4dcb102b8146a847e2e9ab876b
Merged-In: If0b4428253dbfa4dcb102b8146a847e2e9ab876b
This commit is contained in:
Jorim Jaggi
2019-07-22 17:17:42 +02:00
committed by Lucas Dupin
parent 5958b7c77b
commit 4e0300db40

View File

@@ -936,6 +936,7 @@ class ScreenRotationAnimation {
}
}
t.setEarlyWakeup();
setSnapshotTransform(t, mSnapshotFinalMatrix, mExitTransformation.getAlpha());
}