Searched refs:getWindowProp (Results 1 – 2 of 2) sorted by relevance
43 static int32_t getWindowProp(ANativeWindow* window, int what) { in getWindowProp() function50 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()
526 static int32_t getWindowProp(ANativeWindow* window, int what) { in getWindowProp() function553 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()