()
| 15 | } |
| 16 | |
| 17 | @Nullable |
| 18 | public SVGSVG getRoot() { |
| 19 | try { |
| 20 | Stats.onNativeCall(); |
| 21 | long ptr = _nGetRoot(_ptr); |
| 22 | return ptr == 0 ? null : new SVGSVG(ptr); |
| 23 | } finally { |
| 24 | Reference.reachabilityFence(this); |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | /** |
| 29 | * Deprecated. Use getRoot().intrinsicSize() instead |
no test coverage detected