Home | History | Annotate | Download | only in jni

Lines Matching refs:nativeWindow

110         nativeWindow = NULL;
137 nativeWindow = android_view_Surface_getNativeWindow(env, _surface);
139 nativeWindow = NULL;
152 sp<ANativeWindow> nativeWindow;
472 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) {
474 code->nativeWindow.get());
492 sp<ANativeWindow> oldNativeWindow = code->nativeWindow;
494 if (oldNativeWindow != code->nativeWindow) {
499 if (code->nativeWindow != NULL) {
502 code->nativeWindow.get());
504 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(),
506 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(),
511 int32_t newWidth = getWindowProp(code->nativeWindow.get(),
513 int32_t newHeight = getWindowProp(code->nativeWindow.get(),
519 code->nativeWindow.get());
532 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowRedrawNeeded != NULL) {
533 code->callbacks.onNativeWindowRedrawNeeded(code, code->nativeWindow.get());
544 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) {
546 code->nativeWindow.get());