Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp554 static int32_t getWindowProp(ANativeWindow* window, int what) { in getWindowProp() function
581 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
583 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
588 int32_t newWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
590 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()