Loading services/core/java/com/android/server/wm/WindowAnimator.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -791,6 +791,7 @@ public class WindowAnimator { } else if (dumpAll) { } else if (dumpAll) { pw.print(subPrefix); pw.println("no ScreenRotationAnimation "); pw.print(subPrefix); pw.println("no ScreenRotationAnimation "); } } pw.println(); } } pw.println(); pw.println(); Loading services/core/java/com/android/server/wm/WindowManagerService.java +2 −4 Original line number Original line Diff line number Diff line Loading @@ -10527,15 +10527,13 @@ public class WindowManagerService extends IWindowManager.Stub scheduleAnimationLocked(); scheduleAnimationLocked(); } else { } else { screenRotationAnimation.kill(); screenRotationAnimation.kill(); screenRotationAnimation = null; mAnimator.setScreenRotationAnimationLocked(displayId, null); mAnimator.setScreenRotationAnimationLocked(displayId, screenRotationAnimation); updateRotation = true; updateRotation = true; } } } else { } else { if (screenRotationAnimation != null) { if (screenRotationAnimation != null) { screenRotationAnimation.kill(); screenRotationAnimation.kill(); screenRotationAnimation = null; mAnimator.setScreenRotationAnimationLocked(displayId, null); mAnimator.setScreenRotationAnimationLocked(displayId, screenRotationAnimation); } } updateRotation = true; updateRotation = true; } } Loading Loading
services/core/java/com/android/server/wm/WindowAnimator.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -791,6 +791,7 @@ public class WindowAnimator { } else if (dumpAll) { } else if (dumpAll) { pw.print(subPrefix); pw.println("no ScreenRotationAnimation "); pw.print(subPrefix); pw.println("no ScreenRotationAnimation "); } } pw.println(); } } pw.println(); pw.println(); Loading
services/core/java/com/android/server/wm/WindowManagerService.java +2 −4 Original line number Original line Diff line number Diff line Loading @@ -10527,15 +10527,13 @@ public class WindowManagerService extends IWindowManager.Stub scheduleAnimationLocked(); scheduleAnimationLocked(); } else { } else { screenRotationAnimation.kill(); screenRotationAnimation.kill(); screenRotationAnimation = null; mAnimator.setScreenRotationAnimationLocked(displayId, null); mAnimator.setScreenRotationAnimationLocked(displayId, screenRotationAnimation); updateRotation = true; updateRotation = true; } } } else { } else { if (screenRotationAnimation != null) { if (screenRotationAnimation != null) { screenRotationAnimation.kill(); screenRotationAnimation.kill(); screenRotationAnimation = null; mAnimator.setScreenRotationAnimationLocked(displayId, null); mAnimator.setScreenRotationAnimationLocked(displayId, screenRotationAnimation); } } updateRotation = true; updateRotation = true; } } Loading