Loading core/java/android/view/animation/Animation.java +1 −0 Original line number Diff line number Diff line Loading @@ -187,6 +187,7 @@ public abstract class Animation implements Cloneable { /** * An animation listener to be notified when the animation starts, ends or repeats. */ @UnsupportedAppUsage private AnimationListener mListener; /** Loading Loading
core/java/android/view/animation/Animation.java +1 −0 Original line number Diff line number Diff line Loading @@ -187,6 +187,7 @@ public abstract class Animation implements Cloneable { /** * An animation listener to be notified when the animation starts, ends or repeats. */ @UnsupportedAppUsage private AnimationListener mListener; /** Loading