Merge "Fix incorrect SV calculation in non-RT codepath." into oc-dr1-dev am: f62e79791b
am: 6b81769b1b
Change-Id: I91010fe17062797bee9d7eae7e7092170ec01f1d
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user