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:
@@ -1186,6 +1186,7 @@ class WindowStateAnimator {
|
|||||||
mSurfaceX = left;
|
mSurfaceX = left;
|
||||||
mSurfaceY = top;
|
mSurfaceY = top;
|
||||||
mSurface.setPosition(left, top);
|
mSurface.setPosition(left, top);
|
||||||
|
mSurface.setWindowCrop(null);
|
||||||
} catch (RuntimeException e) {
|
} catch (RuntimeException e) {
|
||||||
Slog.w(TAG, "Error positioning surface of " + mWin
|
Slog.w(TAG, "Error positioning surface of " + mWin
|
||||||
+ " pos=(" + left + "," + top + ")", e);
|
+ " pos=(" + left + "," + top + ")", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user