| 153 | } |
| 154 | |
| 155 | static void DispatchTouchEventCB(OH_NativeXComponent*, void*) { |
| 156 | } |
| 157 | |
| 158 | static void OnSurfaceCreatedCB(OH_NativeXComponent* component, void* nativeWindow) { |
| 159 | UpdateSize(component, nativeWindow); |
nothing calls this directly
no outgoing calls
no test coverage detected