Loading services/core/java/com/android/server/wm/DisplayContent.java +1 −3 Original line number Diff line number Diff line Loading @@ -1620,9 +1620,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo } } // Announce rotation only if we will not animate as we already have the // windows in final state. Otherwise, we make this call at the rotation end. if (screenRotationAnimation == null && mWmService.mAccessibilityController != null) { if (mWmService.mAccessibilityController != null) { mWmService.mAccessibilityController.onRotationChangedLocked(this); } } Loading services/core/java/com/android/server/wm/ScreenRotationAnimation.java +0 −7 Original line number Diff line number Diff line Loading @@ -732,13 +732,6 @@ class ScreenRotationAnimation { mService.mAnimator.mBulkUpdateParams |= WindowSurfacePlacer.SET_UPDATE_ROTATION; kill(); mService.updateRotation(false, false); AccessibilityController accessibilityController = mService.mAccessibilityController; if (accessibilityController != null) { // We just finished rotation animation which means we did not // announce the rotation and waited for it to end, announce now. accessibilityController.onRotationChangedLocked(mDisplayContent); } } } Loading Loading
services/core/java/com/android/server/wm/DisplayContent.java +1 −3 Original line number Diff line number Diff line Loading @@ -1620,9 +1620,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo } } // Announce rotation only if we will not animate as we already have the // windows in final state. Otherwise, we make this call at the rotation end. if (screenRotationAnimation == null && mWmService.mAccessibilityController != null) { if (mWmService.mAccessibilityController != null) { mWmService.mAccessibilityController.onRotationChangedLocked(this); } } Loading
services/core/java/com/android/server/wm/ScreenRotationAnimation.java +0 −7 Original line number Diff line number Diff line Loading @@ -732,13 +732,6 @@ class ScreenRotationAnimation { mService.mAnimator.mBulkUpdateParams |= WindowSurfacePlacer.SET_UPDATE_ROTATION; kill(); mService.updateRotation(false, false); AccessibilityController accessibilityController = mService.mAccessibilityController; if (accessibilityController != null) { // We just finished rotation animation which means we did not // announce the rotation and waited for it to end, announce now. accessibilityController.onRotationChangedLocked(mDisplayContent); } } } Loading