Loading core/java/android/view/animation/AlphaAnimation.java +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ public class AlphaAnimation extends Animation { private float mToAlpha; /** * Constructor used whan an AlphaAnimation is loaded from a resource. * Constructor used when an AlphaAnimation is loaded from a resource. * * @param context Application context to use * @param attrs Attribute set from which to read values Loading core/java/android/view/animation/AnimationSet.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public class AnimationSet extends Animation { private long[] mStoredOffsets; /** * Constructor used whan an AnimationSet is loaded from a resource. * Constructor used when an AnimationSet is loaded from a resource. * * @param context Application context to use * @param attrs Attribute set from which to read values Loading core/java/android/view/animation/RotateAnimation.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public class RotateAnimation extends Animation { private float mPivotY; /** * Constructor used whan an RotateAnimation is loaded from a resource. * Constructor used when a RotateAnimation is loaded from a resource. * * @param context Application context to use * @param attrs Attribute set from which to read values Loading core/java/android/view/animation/ScaleAnimation.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public class ScaleAnimation extends Animation { private float mPivotY; /** * Constructor used whan an ScaleAnimation is loaded from a resource. * Constructor used when a ScaleAnimation is loaded from a resource. * * @param context Application context to use * @param attrs Attribute set from which to read values Loading Loading
core/java/android/view/animation/AlphaAnimation.java +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ public class AlphaAnimation extends Animation { private float mToAlpha; /** * Constructor used whan an AlphaAnimation is loaded from a resource. * Constructor used when an AlphaAnimation is loaded from a resource. * * @param context Application context to use * @param attrs Attribute set from which to read values Loading
core/java/android/view/animation/AnimationSet.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ public class AnimationSet extends Animation { private long[] mStoredOffsets; /** * Constructor used whan an AnimationSet is loaded from a resource. * Constructor used when an AnimationSet is loaded from a resource. * * @param context Application context to use * @param attrs Attribute set from which to read values Loading
core/java/android/view/animation/RotateAnimation.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public class RotateAnimation extends Animation { private float mPivotY; /** * Constructor used whan an RotateAnimation is loaded from a resource. * Constructor used when a RotateAnimation is loaded from a resource. * * @param context Application context to use * @param attrs Attribute set from which to read values Loading
core/java/android/view/animation/ScaleAnimation.java +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ public class ScaleAnimation extends Animation { private float mPivotY; /** * Constructor used whan an ScaleAnimation is loaded from a resource. * Constructor used when a ScaleAnimation is loaded from a resource. * * @param context Application context to use * @param attrs Attribute set from which to read values Loading