Searched refs:onNativeWindowCreated (Results 1 – 4 of 4) sorted by relevance
38 GuestAddr onNativeWindowCreated; member
179 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window); member
547 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) { in onSurfaceCreated_native()548 code->callbacks.onNativeWindowCreated(code, in onSurfaceCreated_native()577 if (code->callbacks.onNativeWindowCreated != NULL) { in onSurfaceChanged_native()578 code->callbacks.onNativeWindowCreated(code, in onSurfaceChanged_native()
139 GuestAddr func = GetGuestCallbacks(guest_activity)->onNativeWindowCreated; in Wrap_OnNativeWindowCreated()252 callbacks->onNativeWindowCreated = Wrap_OnNativeWindowCreated; in WrapNativeActivityCallbacks()