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

Commit 362a400f authored by Rob Carr's avatar Rob Carr Committed by android-build-merger
Browse files

Merge "Fix incorrect SV calculation in non-RT codepath." into oc-dr1-dev

am: f62e7979

Change-Id: I59fd7563e1bb82def0e9321b6340c97e249bdcfc
parents 00089101 f62e7979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -729,7 +729,7 @@ public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallb
                mLocation[1] = getHeight();

                mScreenRect.set(mWindowSpaceLeft, mWindowSpaceTop,
                        mLocation[0], mLocation[1]);
                        mWindowSpaceLeft + mLocation[0], mWindowSpaceTop + mLocation[1]);

                if (mTranslator != null) {
                    mTranslator.translateRectInAppWindowToScreen(mScreenRect);