Loading services/core/java/com/android/server/wm/ScreenRotationAnimation.java +7 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ import android.view.DisplayInfo; import android.view.Surface; import android.view.Surface.OutOfResourcesException; import android.view.SurfaceControl; import android.view.SurfaceControl.Transaction; import android.view.SurfaceSession; import android.view.animation.Animation; import android.view.animation.AnimationUtils; Loading Loading @@ -268,6 +269,12 @@ class ScreenRotationAnimation { .setSecure(isSecure) .build(); // In case display bounds change, screenshot buffer and surface may mismatch so set a // scaling mode. Transaction t2 = new Transaction(); t2.setOverrideScalingMode(mSurfaceControl, Surface.SCALING_MODE_SCALE_TO_WINDOW); t2.apply(true /* sync */); // capture a screenshot into the surface we just created // TODO(multidisplay): we should use the proper display final int displayId = SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN; Loading Loading
services/core/java/com/android/server/wm/ScreenRotationAnimation.java +7 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ import android.view.DisplayInfo; import android.view.Surface; import android.view.Surface.OutOfResourcesException; import android.view.SurfaceControl; import android.view.SurfaceControl.Transaction; import android.view.SurfaceSession; import android.view.animation.Animation; import android.view.animation.AnimationUtils; Loading Loading @@ -268,6 +269,12 @@ class ScreenRotationAnimation { .setSecure(isSecure) .build(); // In case display bounds change, screenshot buffer and surface may mismatch so set a // scaling mode. Transaction t2 = new Transaction(); t2.setOverrideScalingMode(mSurfaceControl, Surface.SCALING_MODE_SCALE_TO_WINDOW); t2.apply(true /* sync */); // capture a screenshot into the surface we just created // TODO(multidisplay): we should use the proper display final int displayId = SurfaceControl.BUILT_IN_DISPLAY_ID_MAIN; Loading