(int widget, float x, float y, int anchor)
| 409 | private static native void nativeUpdateMyPositionRoutingOffset(int offsetY); |
| 410 | |
| 411 | private static native void nativeSetupWidget(int widget, float x, float y, int anchor); |
| 412 | |
| 413 | private static native void nativeCompassUpdated(double north, boolean forceRedraw); |
| 414 |
no outgoing calls
no test coverage detected