Loading packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java +1 −3 Original line number Diff line number Diff line Loading @@ -833,9 +833,7 @@ class WindowMagnificationController implements View.OnTouchListener, SurfaceHold } // Set the surface of the SurfaceView to black to avoid users seeing the contents below the // magnifier when the mirrored surface has an alpha less than 1. if (Flags.addBlackBackgroundForWindowMagnifier()) { mTransaction.setColor(mMirrorSurfaceView.getSurfaceControl(), COLOR_BLACK_ARRAY); } mTransaction.show(mMirrorSurface) .reparent(mMirrorSurface, mMirrorSurfaceView.getSurfaceControl()); modifyWindowMagnification(false); Loading Loading
packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java +1 −3 Original line number Diff line number Diff line Loading @@ -833,9 +833,7 @@ class WindowMagnificationController implements View.OnTouchListener, SurfaceHold } // Set the surface of the SurfaceView to black to avoid users seeing the contents below the // magnifier when the mirrored surface has an alpha less than 1. if (Flags.addBlackBackgroundForWindowMagnifier()) { mTransaction.setColor(mMirrorSurfaceView.getSurfaceControl(), COLOR_BLACK_ARRAY); } mTransaction.show(mMirrorSurface) .reparent(mMirrorSurface, mMirrorSurfaceView.getSurfaceControl()); modifyWindowMagnification(false); Loading