Home
last modified time | relevance | path

Searched refs:decorHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h338 …virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetDecorHeight() argument
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h258 virtual WMError SetDecorHeight(int32_t decorHeight) override;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2075 WMError WindowSessionImpl::SetDecorHeight(int32_t decorHeight) in SetDecorHeight() argument
2091 int32_t decorHeightWithPx = static_cast<int32_t>(decorHeight * vpr); in SetDecorHeight()
2102 hostSession->SetCustomDecorHeight(decorHeight); in SetDecorHeight()
2104 WLOGI("Set app window decor height success, height : %{public}d", decorHeight); in SetDecorHeight()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2068 …virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetDecorHeight() argument