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

Commit 251888e9 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Add details regarding setConvexPath deprecation"

parents a5f0eb7b 076bbe1c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -280,7 +280,10 @@ public final class Outline {
     * {@link android.os.Build.VERSION_CODES#Q}, it is no longer required to be
     * convex.
     *
     * @deprecated The path is no longer required to be convex. Use {@link #setPath} instead.
     * @deprecated As of {@link android.os.Build.VERSION_CODES#Q}, the restriction
     * that the path must be convex is removed. However, the API is misnamed until
     * {@link android.os.Build.VERSION_CODES#R}, when {@link #setPath} is
     * introduced. Use {@link #setPath} instead.
     */
    @Deprecated
    public void setConvexPath(@NonNull Path convexPath) {