(@NotNull Rect r, float dx, float dy, float blur, int color)
| 293 | } |
| 294 | |
| 295 | @NotNull @Contract("_, _ -> this") |
| 296 | public Canvas drawRectShadow(@NotNull Rect r, float dx, float dy, float blur, int color) { |
| 297 | return drawRectShadow(r, dx, dy, blur, 0f, color); |
| 298 | } |
| 299 | |
| 300 | @NotNull @Contract("_, _ -> this") |
| 301 | public Canvas drawRectShadow(@NotNull Rect r, float dx, float dy, float blur, float spread, int color) { |