There is nothing on Animation for that. You will need to track the View yourself (e.g., data member).
On Sun, Apr 24, 2011 at 8:29 AM, Rakib <[email protected]> wrote: > here is a pseudoCode > > 1. View myView = new View(); > 2. Animation myAnimation = new Animation(); > 3. myView.startAnimation(myAnimation); // animation attached to the view > 4. View myViewCopy = myAnimation.getAttachedView() > > is there any way I can achieve the step in line number 4? > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.0 Programming Books: http://commonsware.com/books -- 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

