Home | History | Annotate | Download | only in jni

Lines Matching refs:nativeWindow

432         nativeWindow = NULL;
465 nativeWindow = android_Surface_getNativeWindow(env, _surface);
467 nativeWindow = NULL;
505 sp<ANativeWindow> nativeWindow;
864 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) {
866 code->nativeWindow.get());
884 sp<ANativeWindow> oldNativeWindow = code->nativeWindow;
886 if (oldNativeWindow != code->nativeWindow) {
891 if (code->nativeWindow != NULL) {
894 code->nativeWindow.get());
896 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(),
898 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(),
903 int32_t newWidth = getWindowProp(code->nativeWindow.get(),
905 int32_t newHeight = getWindowProp(code->nativeWindow.get(),
911 code->nativeWindow.get());
924 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowRedrawNeeded != NULL) {
925 code->callbacks.onNativeWindowRedrawNeeded(code, code->nativeWindow.get());
936 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) {
938 code->nativeWindow.get());