Merge "WindowManager: unset the wallpaper window crop" into jb-dev

This commit is contained in:
Jamie Gennis
2012-05-14 12:14:49 -07:00
committed by Android (Google) Code Review

View File

@@ -1186,6 +1186,7 @@ class WindowStateAnimator {
mSurfaceX = left;
mSurfaceY = top;
mSurface.setPosition(left, top);
mSurface.setWindowCrop(null);
} catch (RuntimeException e) {
Slog.w(TAG, "Error positioning surface of " + mWin
+ " pos=(" + left + "," + top + ")", e);