7yl4r / AvatarWallpaper

:man: Android live wallpaper avatar used for exploring the proteus effect in a mobile context in coordination with the MirrorMe project.
https://play.google.com/store/apps/details?id=edu.usf.eng.pie.avatars4change
2 stars 3 forks source link

mOffset should do something #23

Open 7yl4r opened 11 years ago

7yl4r commented 11 years ago

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.