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

Commit 1f86e2f4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "docs: bug 72853855, wrong parameter" into pi-dev

parents 21155ef8 b350c7e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15493,7 +15493,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    /**
     * Sets the visual z position of this view, in pixels. This is equivalent to setting the
     * {@link #setTranslationZ(float) translationZ} property to be the difference between
     * the x value passed in and the current {@link #getElevation() elevation} property.
     * the z value passed in and the current {@link #getElevation() elevation} property.
     *
     * @param z The visual z position of this view, in pixels.
     */