Merge "Deprecate Path#isConvex"

This commit is contained in:
Leon Scroggins
2020-01-29 18:10:14 +00:00
committed by Android (Google) Code Review
4 changed files with 8 additions and 10 deletions

View File

@@ -15082,7 +15082,7 @@ package android.graphics {
method public void cubicTo(float, float, float, float, float, float);
method @NonNull public android.graphics.Path.FillType getFillType();
method public void incReserve(int);
method public boolean isConvex();
method @Deprecated public boolean isConvex();
method public boolean isEmpty();
method public boolean isInverseFillType();
method public boolean isRect(@Nullable android.graphics.RectF);