@hide @deprecated Use #toCompatInsets(android.graphics.Insets) instead.
(@NonNull android.graphics.Insets insets)
| 171 | * @deprecated Use {@link #toCompatInsets(android.graphics.Insets)} instead. |
| 172 | */ |
| 173 | @RequiresApi(api = 29) |
| 174 | @NonNull |
| 175 | @Deprecated |
| 176 | @RestrictTo(LIBRARY_GROUP_PREFIX) |
| 177 | public static Insets wrap(@NonNull android.graphics.Insets insets) { |
| 178 | return toCompatInsets(insets); |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * Return a copy of the given {@link android.graphics.Insets} instance, converted to be an |
no test coverage detected