Loading core/java/android/view/animation/AnimationSet.java +7 −6 Original line number Diff line number Diff line Loading @@ -348,7 +348,7 @@ public class AnimationSet extends Animation { for (int i = count - 1; i >= 0; --i) { final Animation a = animations.get(i); if (!a.isFillEnabled() || a.getFillBefore() || a.getStartOffset() == 0) { temp.clear(); final Interpolator interpolator = a.mInterpolator; a.applyTransformation(interpolator != null ? interpolator.getInterpolation(0.0f) Loading @@ -357,6 +357,7 @@ public class AnimationSet extends Animation { } } } } /** * The transformation of an animation set is the concatenation of all of its Loading Loading
core/java/android/view/animation/AnimationSet.java +7 −6 Original line number Diff line number Diff line Loading @@ -348,7 +348,7 @@ public class AnimationSet extends Animation { for (int i = count - 1; i >= 0; --i) { final Animation a = animations.get(i); if (!a.isFillEnabled() || a.getFillBefore() || a.getStartOffset() == 0) { temp.clear(); final Interpolator interpolator = a.mInterpolator; a.applyTransformation(interpolator != null ? interpolator.getInterpolation(0.0f) Loading @@ -357,6 +357,7 @@ public class AnimationSet extends Animation { } } } } /** * The transformation of an animation set is the concatenation of all of its Loading