(IRect rect)
| 86 | } |
| 87 | |
| 88 | public boolean setRect(IRect rect) { |
| 89 | try { |
| 90 | Stats.onNativeCall(); |
| 91 | return _nSetRect(_ptr, rect._left, rect._top, rect._right, rect._bottom); |
| 92 | } finally { |
| 93 | ReferenceUtil.reachabilityFence(this); |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | public boolean setRects(IRect[] rects) { |
| 98 | try { |
no test coverage detected