static Rect intersectRect(Rect a, Rect b) { ret intersectRects(a, b); } static Rect intersectRect(Rect a, int x1, int y1, int w, int h) { ret intersectRects(a, x1, y1, w, h); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032241 |
| Snippet name: | intersectRect - synonym of intersectRects |
| Eternal ID of this version: | #1032241/1 |
| Text MD5: | fe1b4034d25c2bd7bd1d8d275cd6a9a1 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-21 04:50:17 |
| Source code size: | 185 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 360 / 420 |
| Referenced in: | [show references] |