Searched refs:onNativeWindowDestroyed (Results 1 – 2 of 2) sorted by relevance
204 void (*onNativeWindowDestroyed)(ANativeActivity* activity, ANativeWindow* window); member
572 if (oldNativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) { in onSurfaceChanged_native()573 code->callbacks.onNativeWindowDestroyed(code, in onSurfaceChanged_native()625 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) { in onSurfaceDestroyed_native()626 code->callbacks.onNativeWindowDestroyed(code, in onSurfaceDestroyed_native()