()
| 201 | get y() { return native("PiuContent_get_y").call(this); }, |
| 202 | get width() { return native("PiuContent_get_width").call(this); }, |
| 203 | get height() { return native("PiuContent_get_height").call(this); }, |
| 204 | |
| 205 | set active(it) { native("PiuContent_set_active").call(this, it); }, |
| 206 | set backgroundTouch(it) { native("PiuContent_set_backgroundTouch").call(this, it); }, |
no outgoing calls
no test coverage detected