am e2379d98: am c07c79b1: Update Launcher2 to the new wallpaper API

Merge commit 'e2379d98237369e783359f1c0618e07a47ed6797' into eclair-mr2-plus-aosp

* commit 'e2379d98237369e783359f1c0618e07a47ed6797':
  Update Launcher2 to the new wallpaper API
This commit is contained in:
Marco Nelissen
2009-11-09 19:40:29 -08:00
committed by Android Git Automerger
+1
View File
@@ -453,6 +453,7 @@ public class Workspace extends ViewGroup implements DropTarget, DragSource, Drag
}
private void updateWallpaperOffset(int scrollRange) {
mWallpaperManager.setWallpaperOffsetSteps(1.0f / (getChildCount() - 1), 0 );
mWallpaperManager.setWallpaperOffsets(getWindowToken(), mScrollX / (float) scrollRange, 0);
}