Home | History | Annotate | Download | only in jni

Lines Matching refs:nativeWindow

406         nativeWindow = NULL;
439 nativeWindow = android_Surface_getNativeWindow(env, _surface);
441 nativeWindow = NULL;
474 sp<ANativeWindow> nativeWindow;
825 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) {
827 code->nativeWindow.get());
845 sp<ANativeWindow> oldNativeWindow = code->nativeWindow;
847 if (oldNativeWindow != code->nativeWindow) {
852 if (code->nativeWindow != NULL) {
855 code->nativeWindow.get());
857 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(),
859 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(),
864 int32_t newWidth = getWindowProp(code->nativeWindow.get(),
866 int32_t newHeight = getWindowProp(code->nativeWindow.get(),
872 code->nativeWindow.get());
885 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowRedrawNeeded != NULL) {
886 code->callbacks.onNativeWindowRedrawNeeded(code, code->nativeWindow.get());
897 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowDestroyed != NULL) {
899 code->nativeWindow.get());