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

This commit is contained in:
Android Build Merger (Role)
2017-07-20 19:02:59 +00:00
committed by Android (Google) Code Review

View File

@@ -729,7 +729,7 @@ public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallb
mLocation[1] = getHeight(); mLocation[1] = getHeight();
mScreenRect.set(mWindowSpaceLeft, mWindowSpaceTop, mScreenRect.set(mWindowSpaceLeft, mWindowSpaceTop,
mLocation[0], mLocation[1]); mWindowSpaceLeft + mLocation[0], mWindowSpaceTop + mLocation[1]);
if (mTranslator != null) { if (mTranslator != null) {
mTranslator.translateRectInAppWindowToScreen(mScreenRect); mTranslator.translateRectInAppWindowToScreen(mScreenRect);