The offset created by switching homescreens left/right currently does nothing. The code to access this offset (named mOffset here) is commented out in wallpaper.avatarWallpaper.java. (search for mOffset & onOffsetChanged)
Many wallpapers scroll a bit based on this value, and I think we could include some effect based on this offset as well. Simple scrolling seems boring though, so I'm not sure what exactly this offset should do.
The offset created by switching homescreens left/right currently does nothing. The code to access this offset (named mOffset here) is commented out in wallpaper.avatarWallpaper.java. (search for mOffset & onOffsetChanged)
Many wallpapers scroll a bit based on this value, and I think we could include some effect based on this offset as well. Simple scrolling seems boring though, so I'm not sure what exactly this offset should do.