Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd711ff0 authored by Minche Li's avatar Minche Li Committed by Android (Google) Code Review
Browse files

Merge "WindowMagnificationController uses window context by display to support...

Merge "WindowMagnificationController uses window context by display to support multi-display feature" into sc-v2-dev
parents 5ed0aad1 229aae62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ public class WindowMagnification extends SystemUI implements WindowMagnifierCall
            final Context windowContext = mContext.createWindowContext(display,
                    TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY, /* options */ null);
            final WindowMagnificationController controller = new WindowMagnificationController(
                    mContext,
                    windowContext,
                    mHandler, new SfVsyncFrameCallbackProvider(), null,
                    new SurfaceControl.Transaction(), mWindowMagnifierCallback, mSysUiState);
            return new WindowMagnificationAnimationController(windowContext, controller);