1 | static Rect translateRectY(int y, Rect r) { |
2 | ret translateRect(r, 0, y); |
3 | } |
4 | |
5 | static Rect translateRectY(Rect r, int y) { |
6 | ret translateRectY(y, r); |
7 | } |
Began life as a copy of #1005846
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019156 |
Snippet name: | translateRectY |
Eternal ID of this version: | #1019156/1 |
Text MD5: | 3484e83b3548d998df14ac68eefa0169 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-25 23:34:35 |
Source code size: | 156 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 294 / 324 |
Referenced in: | [show references] |