Merge "Correct the bound if it's from outside of screen"
This commit is contained in:
@@ -1646,7 +1646,7 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
|
||||
}
|
||||
|
||||
private void updateScreenMatrixForEmbeddedHierarchy() {
|
||||
getBoundsOnScreen(mTmpRect, true);
|
||||
getBoundsOnScreen(mTmpRect);
|
||||
mTmpMatrix.reset();
|
||||
mTmpMatrix.setTranslate(mTmpRect.left, mTmpRect.top);
|
||||
mTmpMatrix.postScale(mScreenRect.width() / (float) mSurfaceWidth,
|
||||
|
||||
Reference in New Issue
Block a user