diff options
author | 2024-12-02 18:31:03 +0000 | |
---|---|---|
committer | 2024-12-02 18:31:03 +0000 | |
commit | 43d9d366fb342bbd03883dbbf058d00ed1288a8f (patch) | |
tree | 97e3daee27ccf0b0b6de9fe9f1cd5d9f14dc3b44 /graphics/java | |
parent | 523e8d8e539ce996a066ee9c55980e06ae5c09cf (diff) | |
parent | 790631a15d8d0696cb28f478b5fcafe43b80411c (diff) |
Merge "Remove @Deprecated from Path.computeBounds(RectF, boolean)" into main
Diffstat (limited to 'graphics/java')
-rw-r--r-- | graphics/java/android/graphics/Path.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/java/android/graphics/Path.java b/graphics/java/android/graphics/Path.java index 073307c7a2e8..d010c525e099 100644 --- a/graphics/java/android/graphics/Path.java +++ b/graphics/java/android/graphics/Path.java @@ -301,10 +301,7 @@ public class Path { * * @param bounds Returns the computed bounds of the path's control points. * @param exact This parameter is no longer used. - * - * @deprecated use computeBounds(RectF) instead */ - @Deprecated @SuppressWarnings({"UnusedDeclaration"}) public void computeBounds(@NonNull RectF bounds, boolean exact) { computeBounds(bounds); |