Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dnative_window.cpp43 static int32_t getWindowProp(ANativeWindow* window, int what) { in getWindowProp() function
50 return getWindowProp(window, NATIVE_WINDOW_WIDTH); in ANativeWindow_getWidth()
54 return getWindowProp(window, NATIVE_WINDOW_HEIGHT); in ANativeWindow_getHeight()
58 return getWindowProp(window, NATIVE_WINDOW_FORMAT); in ANativeWindow_getFormat()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp526 static int32_t getWindowProp(ANativeWindow* window, int what) { in getWindowProp() function
553 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
555 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
560 int32_t newWidth = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()
562 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native()