Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9181dd4e authored by Cyril Mottier's avatar Cyril Mottier
Browse files

A simple fix on a Javadoc comment. The main purpose of this commit is

for me to get to know git and repo and how to contribute to the Android
project.
parent accbadeb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ public class TranslateAnimation extends Animation {
    private float mToYDelta;

    /**
     * Constructor used whan an ScaleAnimation is loaded from a resource.
     * Constructor used when an TranslateAnimation is loaded from a resource.
     * 
     * @param context Application context to use
     * @param attrs Attribute set from which to read values
@@ -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
@@ -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