OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWindowProp
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/native/android/
native_window.cpp
43
static int32_t
getWindowProp
(ANativeWindow* window, int what) {
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/
android_app_NativeActivity.cpp
479
static int32_t
getWindowProp
(ANativeWindow* window, int what) {
504
code->lastWindowWidth =
getWindowProp
(code->nativeWindow.get(),
506
code->lastWindowHeight =
getWindowProp
(code->nativeWindow.get(),
511
int32_t newWidth =
getWindowProp
(code->nativeWindow.get(),
513
int32_t newHeight =
getWindowProp
(code->nativeWindow.get(),
Completed in 35 milliseconds