HomeSort by relevance Sort by last modified time
    Searched refs:pendingWindow (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/sources/android/native_app_glue/
android_native_app_glue.h 183 ANativeWindow* pendingWindow;
android_native_app_glue.c 111 android_app->window = android_app->pendingWindow;
299 if (android_app->pendingWindow != NULL) {
302 android_app->pendingWindow = window;
306 while (android_app->window != android_app->pendingWindow) {

Completed in 181 milliseconds