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

Commit 63cae6de authored by Christos Gkekas's avatar Christos Gkekas Committed by Automerger Merge Worker
Browse files

Merge "Fix documentation of Outline#setRect(int, int, int, int)" am:...

Merge "Fix documentation of Outline#setRect(int, int, int, int)" am: 2a3830fa am: 5cb92ff1 am: 4e95f538 am: 3f33f3d1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1904030

Change-Id: Ia2717533e269fb44bf9977d87afa5d09a58c3a91
parents 9a42318f 3f33f3d1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -169,8 +169,7 @@ public final class Outline {
    }

    /**
     * Sets the Outline to the rounded rect defined by the input rect, and
     * corner radius.
     * Sets the Outline to the rect defined by the input coordinates.
     */
    public void setRect(int left, int top, int right, int bottom) {
        setRoundRect(left, top, right, bottom, 0.0f);
@@ -184,7 +183,7 @@ public final class Outline {
    }

    /**
     * Sets the Outline to the rounded rect defined by the input rect, and corner radius.
     * Sets the Outline to the rounded rect defined by the input coordinates and corner radius.
     * <p>
     * Passing a zero radius is equivalent to calling {@link #setRect(int, int, int, int)}
     */