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

am: f62e79791b

Change-Id: I59fd7563e1bb82def0e9321b6340c97e249bdcfc
This commit is contained in:
Rob Carr
2017-07-20 18:47:17 +00:00
committed by android-build-merger

View File

@@ -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);