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

Commit b8304988 authored by Minche Li's avatar Minche Li Committed by Automerger Merge Worker
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 am: bd711ff0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15238386

Change-Id: I771109572886132f65086cbb266bd9519ebd7464
parents 57574de8 bd711ff0
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);