am c07c79b1: Update Launcher2 to the new wallpaper API

Merge commit 'c07c79b10b663a02ef67da57bdda60a1ea299eb5' into eclair-mr2

* commit 'c07c79b10b663a02ef67da57bdda60a1ea299eb5':
  Update Launcher2 to the new wallpaper API
This commit is contained in:
Marco Nelissen
2009-11-09 19:38:24 -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);
}