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

* commit '04d3521839c90d1cccf3ee428963a0aef0088ef9':
  WindowManager: unset the wallpaper window crop
This commit is contained in:
Jamie Gennis
2012-05-14 19:33:35 -07:00
committed by Android Git Automerger

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);