Searched refs:pendingWindow (Results 1 - 2 of 2) sorted by relevance

/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.h183 ANativeWindow* pendingWindow; member in struct:android_app
H A Dandroid_native_app_glue.c110 android_app->window = android_app->pendingWindow;
298 if (android_app->pendingWindow != NULL) {
301 android_app->pendingWindow = window;
305 while (android_app->window != android_app->pendingWindow) {

Completed in 261 milliseconds