Searched refs:SetDecorHeight (Results 1 – 6 of 6) sorted by relevance
338 …virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetDecorHeight() function
258 virtual WMError SetDecorHeight(int32_t decorHeight) override;
2068 …virtual WMError SetDecorHeight(int32_t decorHeight) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT;… in SetDecorHeight() function
2576 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetDecorHeight(var));
2075 WMError WindowSessionImpl::SetDecorHeight(int32_t decorHeight) in SetDecorHeight() function in OHOS::Rosen::WindowSessionImpl
6295 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(windowToken_->SetDecorHeight(height)); in OnSetWindowDecorHeight()