Merge "Merge "Fix incorrect SV calculation in non-RT codepath." into oc-dr1-dev am: f62e79791b am: 6b81769b1b" into oc-mr1-dev-plus-aosp

am: 3e278616c3

Change-Id: I1f09d2a0fa5af320b541e5c60c297004a6c1ccf0
This commit is contained in:
Rob Carr
2017-07-20 19:20:35 +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);