Skip to content

Commit 04d3521

Browse files
Jamie GennisAndroid (Google) Code Review
authored andcommitted
Merge "WindowManager: unset the wallpaper window crop" into jb-dev
2 parents 2411c33 + 521e0d7 commit 04d3521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/java/com/android/server/wm/WindowStateAnimator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,7 @@ void setWallpaperOffset(int left, int top) {
11861186
mSurfaceX = left;
11871187
mSurfaceY = top;
11881188
mSurface.setPosition(left, top);
1189+
mSurface.setWindowCrop(null);
11891190
} catch (RuntimeException e) {
11901191
Slog.w(TAG, "Error positioning surface of " + mWin
11911192
+ " pos=(" + left + "," + top + ")", e);

0 commit comments

Comments
 (0)