Home
last modified time | relevance | path

Searched refs:onNativeWindowCreated (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/include/android/
Dnative_activity.h168 void (*onNativeWindowCreated)(ANativeActivity* activity, ANativeWindow* window); member
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp517 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()
/frameworks/base/docs/html/ndk/reference/
Dstruct_a_native_activity_callbacks.jd32 …native_activity_callbacks.html#ac997f07e53ba58179a2133e86e5cbd31">onNativeWindowCreated</a> )(<a c…
137 …<td class="memname">void(* onNativeWindowCreated)(<a class="el" href="struct_a_native_activity.htm…
Dfunctions.jd143 <li>onNativeWindowCreated
Dfunctions_vars.jd143 <li>onNativeWindowCreated
/frameworks/base/docs/html/ndk/samples/
Dsample_teapot.jd348 receives an {@code onNativeWindowCreated()} callback from the system.