Searched refs:decorHeight (Results 1 – 4 of 4) sorted by relevance
338 …virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetDecorHeight() argument
258 virtual WMError SetDecorHeight(int32_t decorHeight) override;
2075 WMError WindowSessionImpl::SetDecorHeight(int32_t decorHeight) in SetDecorHeight() argument2091 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()
2068 …virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetDecorHeight() argument