am ed3c7be8: Merge "Report the new size to wallpapers when the requested size changed." into gingerbread
* commit 'ed3c7be84255d48fe7f0454bdd51b3955698cafe': Report the new size to wallpapers when the requested size changed.
This commit is contained in:
@@ -655,7 +655,10 @@ public abstract class WallpaperService extends Service {
|
||||
if (!mDestroyed) {
|
||||
if (DEBUG) Log.v(TAG, "onDesiredSizeChanged("
|
||||
+ desiredWidth + "," + desiredHeight + "): " + this);
|
||||
mIWallpaperEngine.mReqWidth = desiredWidth;
|
||||
mIWallpaperEngine.mReqHeight = desiredHeight;
|
||||
onDesiredSizeChanged(desiredWidth, desiredHeight);
|
||||
doOffsetsChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user