I am developing a Live Wallpaper. I detected a strange behavior in
some devices that I can reproduce in emulator with android 3.0: in
portrait mode the xOffset of onOffsetsChanged Method
(WallpaperService.Engine) has values in 0.25-0.75 range. The effect to
the user is a wallpaper that moves little (only half). In landscape
mode the operation is normal and xOffset is in 0-1 range.

You can verify this problem with the cube live wallpaper example.

I try to use
WallpaperManager.getInstance(HalloweenWorldsIActivity.this).setWallpaperOffsetSteps(0.25f,
0f);

but nothing happens.

There are other devices like HTC sensation that has this same problem.

Someone found this problem and got solution?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to