Fixed
Status Update
Comments
cc...@google.com <cc...@google.com> #2
Oops - *but* not started
vs...@google.com <vs...@google.com>
ce...@gmail.com <ce...@gmail.com> #3
27dca64da426e986b52af0e6ddcc548d514a83c7
ce...@gmail.com <ce...@gmail.com> #4
27dca64da426e986b52af0e6ddcc548d514a83c7
jv...@google.com <jv...@google.com>
tn...@google.com <tn...@google.com> #5
I've implemented this in 4.2 -- not just for the view.animate() call but ValueAnimator, ObjectAnimator and AnimatorSets too. Relevant change: Change-Id: I35c629bdbdfcacd4566d8c3c9c00139f01dc116e
Description
Toast.makeText(activity, "test", Toast.LENGTH_SHORT);
It would be useful to check for .start() calls on Animators, like:
view.animate().translationX(100);