Searched refs:sApp (Results 1 – 1 of 1) sorted by relevance
19 struct android_app *sApp = nullptr; variable36 sApp->activity->vm->AttachCurrentThread(&gJni, NULL); in GetJniEnv()77 return sApp->window; in getNativeWindow()100 sApp, (width > height) ? kScreenOrientationLandscape : kScreenOrientationPortrait); in setOrientation()125 int32_t err = ANativeWindow_setBuffersGeometry(sApp->window, mWidth, mHeight, 0); in resize()149 sApp->activity->vm->DetachCurrentThread(); in onAppCmd()173 sApp = app; in android_main()