Searched refs:onNativeWindowCreated (Results 1 – 2 of 2) sorted by relevance
168 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window); member
486 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) { in onSurfaceCreated_native()487 code->callbacks.onNativeWindowCreated(code, in onSurfaceCreated_native()514 if (code->callbacks.onNativeWindowCreated != NULL) { in onSurfaceChanged_native()515 code->callbacks.onNativeWindowCreated(code, in onSurfaceChanged_native()