Loading core/java/android/view/animation/TranslateAnimation.java +2 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ public class TranslateAnimation extends Animation { } /** * Constructor to use when building a ScaleAnimation from code * Constructor to use when building a TranslateAnimation from code * * @param fromXDelta Change in X coordinate to apply at the start of the * animation Loading @@ -104,7 +104,7 @@ public class TranslateAnimation extends Animation { } /** * Constructor to use when building a ScaleAnimation from code * Constructor to use when building a TranslateAnimation from code * * @param fromXType Specifies how fromXValue should be interpreted. One of * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or Loading Loading
core/java/android/view/animation/TranslateAnimation.java +2 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ public class TranslateAnimation extends Animation { } /** * Constructor to use when building a ScaleAnimation from code * Constructor to use when building a TranslateAnimation from code * * @param fromXDelta Change in X coordinate to apply at the start of the * animation Loading @@ -104,7 +104,7 @@ public class TranslateAnimation extends Animation { } /** * Constructor to use when building a ScaleAnimation from code * Constructor to use when building a TranslateAnimation from code * * @param fromXType Specifies how fromXValue should be interpreted. One of * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or Loading