By looking at the code of the ViewGroup class at the function
private void finishAnimatingView(final View view, Animation animation)
{}
it is clear that after the animation ended the view goes through last
revalidation process.
I suspect that this cause a major bug since we get this event before
the actual animation is ended. The side effect is annoying flickering.
In any case, the question is how to get the real end of animation
event?
--
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