Loading packages/SystemUI/aconfig/accessibility.aconfig +1 −4 Original line number Diff line number Diff line Loading @@ -73,13 +73,10 @@ flag { } flag { name: "redesign_magnifier_window_size" name: "redesign_magnification_window_size" namespace: "accessibility" description: "Redesigns the window magnification magnifier sizes provided in the settings panel." bug: "288056772" metadata { purpose: PURPOSE_BUGFIX } } flag { Loading packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1633,7 +1633,7 @@ class WindowMagnificationController implements View.OnTouchListener, SurfaceHold int maxHeightSize; int maxWidthSize; if (Flags.redesignMagnifierWindowSize()) { if (Flags.redesignMagnificationWindowSize()) { // mOuterBorderSize = transparent margin area // mMirrorSurfaceMargin = transparent margin area + orange border width // We would like to allow the width and height to be full size. Therefore, the max Loading Loading
packages/SystemUI/aconfig/accessibility.aconfig +1 −4 Original line number Diff line number Diff line Loading @@ -73,13 +73,10 @@ flag { } flag { name: "redesign_magnifier_window_size" name: "redesign_magnification_window_size" namespace: "accessibility" description: "Redesigns the window magnification magnifier sizes provided in the settings panel." bug: "288056772" metadata { purpose: PURPOSE_BUGFIX } } flag { Loading
packages/SystemUI/src/com/android/systemui/accessibility/WindowMagnificationController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1633,7 +1633,7 @@ class WindowMagnificationController implements View.OnTouchListener, SurfaceHold int maxHeightSize; int maxWidthSize; if (Flags.redesignMagnifierWindowSize()) { if (Flags.redesignMagnificationWindowSize()) { // mOuterBorderSize = transparent margin area // mMirrorSurfaceMargin = transparent margin area + orange border width // We would like to allow the width and height to be full size. Therefore, the max Loading