diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/java/android/graphics/Outline.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Outline.java b/graphics/java/android/graphics/Outline.java index c12159cfd7a4..5858e3988486 100644 --- a/graphics/java/android/graphics/Outline.java +++ b/graphics/java/android/graphics/Outline.java @@ -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) { |