1 | static Rect intersectRect(Rect a, Rect b) { |
2 | ret intersectRects(a, b); |
3 | } |
4 | |
5 | |
6 | |
7 | static Rect intersectRect(Rect a, int x1, int y1, int w, int h) { |
8 | ret intersectRects(a, x1, y1, w, h); |
9 | } |
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: | 139 / 174 |
Referenced in: | [show references] |