Loading core/java/android/view/ViewPropertyAnimator.java +1 −1 Original line number Diff line number Diff line Loading @@ -701,7 +701,7 @@ public class ViewPropertyAnimator { * view.animate().x(0); * } * }; * view.animate().x(200).onEnd(endAction); * view.animate().x(200).withEndAction(endAction); * </pre> * * @param runnable The action to run when the next animation ends. Loading Loading
core/java/android/view/ViewPropertyAnimator.java +1 −1 Original line number Diff line number Diff line Loading @@ -701,7 +701,7 @@ public class ViewPropertyAnimator { * view.animate().x(0); * } * }; * view.animate().x(200).onEnd(endAction); * view.animate().x(200).withEndAction(endAction); * </pre> * * @param runnable The action to run when the next animation ends. Loading