Searched refs:onNativeWindowCreated (Results 1 – 6 of 6) sorted by relevance
168 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window); member
517 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) { in onSurfaceCreated_native()518 code->callbacks.onNativeWindowCreated(code, in onSurfaceCreated_native()547 if (code->callbacks.onNativeWindowCreated != NULL) { in onSurfaceChanged_native()548 code->callbacks.onNativeWindowCreated(code, in onSurfaceChanged_native()
32 …native_activity_callbacks.html#ac997f07e53ba58179a2133e86e5cbd31">onNativeWindowCreated</a> )(<a c…137 …<td class="memname">void(* onNativeWindowCreated)(<a class="el" href="struct_a_native_activity.htm…
143 <li>onNativeWindowCreated
348 receives an {@code onNativeWindowCreated()} callback from the system.