[android-developers] does Google forbid orientation animation on purpose?

2010-08-24 Thread Xiao
I'm reading the android source code, and wanna make orientation animation. I've found that when I rotate the screen, the code will be executed to public boolean setRotationUncheckedLocked(int rotation, int animFlags){}, in which there's a line startFreezingDisplayLocked(). If this method works,

Re: [android-developers] does Google forbid orientation animation on purpose?

2010-08-24 Thread Dianne Hackborn
What do you mean forbid? The standard platform doesn't have one implemented. This is not something that is accessible for apps, so not relevant for this group. On Mon, Aug 23, 2010 at 8:12 PM, Xiao lingxiao1...@gmail.com wrote: I'm reading the android source code, and wanna make orientation

Re: [android-developers] does Google forbid orientation animation on purpose?

2010-08-24 Thread xiao ling
I'm researching the source code, and I wanna implement an animation for default screen rotation. I just need some help. On Tue, Aug 24, 2010 at 3:12 PM, Dianne Hackborn hack...@android.comwrote: What do you mean forbid? The standard platform doesn't have one implemented. This is not