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

Commit 41df3851 authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

auto import from //depot/cupcake/@135859

parent bdbdc4f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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