Home
last modified time | relevance | path

Searched defs:GetDecorHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h339 virtual WMError GetDecorHeight(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetDecorHeight() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2075 virtual WMError GetDecorHeight(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetDecorHeight() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2108 WMError WindowSessionImpl::GetDecorHeight(int32_t& height) in GetDecorHeight() function in OHOS::Rosen::WindowSessionImpl