Home
last modified time | relevance | path

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

/foundation/window/window_manager/previewer/include/
H A Dwindow.h334 virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in SetDecorHeight() argument
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h259 virtual WMError SetDecorHeight(int32_t decorHeight) override;
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1927 WMError WindowSessionImpl::SetDecorHeight(int32_t decorHeight) in SetDecorHeight() argument
1943 int32_t decorHeightWithPx = static_cast<int32_t>(decorHeight * vpr); in SetDecorHeight()
1952 hostSession->SetCustomDecorHeight(decorHeight); in SetDecorHeight()
1954 WLOGFI("end, height: %{public}d", decorHeight); in SetDecorHeight()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1988 * @param decorHeight Decor height of window
1991 virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in SetDecorHeight() argument

Completed in 13 milliseconds