Loading services/core/java/com/android/server/wm/WindowManagerService.java +0 −5 Original line number Diff line number Diff line Loading @@ -5616,11 +5616,6 @@ public class WindowManagerService extends IWindowManager.Stub mLatencyTracker.onActionStart(ACTION_ROTATE_SCREEN); mExitAnimId = exitAnim; mEnterAnimId = enterAnim; ScreenRotationAnimation screenRotationAnimation = displayContent.getRotationAnimation(); if (screenRotationAnimation != null) { screenRotationAnimation.kill(); } displayContent.updateDisplayInfo(); final int originalRotation = overrideOriginalRotation != ROTATION_UNDEFINED Loading Loading
services/core/java/com/android/server/wm/WindowManagerService.java +0 −5 Original line number Diff line number Diff line Loading @@ -5616,11 +5616,6 @@ public class WindowManagerService extends IWindowManager.Stub mLatencyTracker.onActionStart(ACTION_ROTATE_SCREEN); mExitAnimId = exitAnim; mEnterAnimId = enterAnim; ScreenRotationAnimation screenRotationAnimation = displayContent.getRotationAnimation(); if (screenRotationAnimation != null) { screenRotationAnimation.kill(); } displayContent.updateDisplayInfo(); final int originalRotation = overrideOriginalRotation != ROTATION_UNDEFINED Loading