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

/frameworks/base/native/android/
H A Dnative_window.cpp43 static int32_t getWindowProp(ANativeWindow* window, int what) { function
50 return getWindowProp(window, NATIVE_WINDOW_WIDTH);
54 return getWindowProp(window, NATIVE_WINDOW_HEIGHT);
58 return getWindowProp(window, NATIVE_WINDOW_FORMAT);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp493 static int32_t getWindowProp(ANativeWindow* window, int what) { function in namespace:android
518 code->lastWindowWidth = getWindowProp(code->nativeWindow.get(),
520 code->lastWindowHeight = getWindowProp(code->nativeWindow.get(),
525 int32_t newWidth = getWindowProp(code->nativeWindow.get(),
527 int32_t newHeight = getWindowProp(code->nativeWindow.get(),

Completed in 383 milliseconds