Home
last modified time | relevance | path

Searched refs:getWindowProp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp550 static int32_t getWindowProp(ANativeWindow* window, int what) { in getWindowProp() function
577 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
579 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
584 int32_t newWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
586 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()