How to retrieve an Animator from a corresponding ViewPropertyAnimator?

31 views Asked by At

I have defined several different ViewPropertyAnimator and I want to bundle them into an AnimatorSet in order to apply an "overall" AnimatorListener to them.
Since ViewPropertyAnimator is not an Animator and doesn't have any getter-methods to retrieve its underlying Animator how can I accomplish this?

0

There are 0 answers