Searched refs:onNativeWindowCreated (Results 1 – 2 of 2) sorted by relevance
179 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window); member
543 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) { in onSurfaceCreated_native()544 code->callbacks.onNativeWindowCreated(code, in onSurfaceCreated_native()573 if (code->callbacks.onNativeWindowCreated != NULL) { in onSurfaceChanged_native()574 code->callbacks.onNativeWindowCreated(code, in onSurfaceChanged_native()