Searched refs:GetDecorHeight (Results 1 – 9 of 9) sorted by relevance
912 HWTEST_F(WindowSessionImplTwoTest, GetDecorHeight, Function | SmallTest | Level2)919 ASSERT_EQ(window->GetDecorHeight(height), WMError::WM_ERROR_NULLPTR);924 ASSERT_EQ(window->GetDecorHeight(height), WMError::WM_OK);926 window->GetDecorHeight(height);
431 HWTEST_F(WindowSessionImplTest4, GetDecorHeight, Function | SmallTest | Level2)446 WMError res = window->GetDecorHeight(height);
2577 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->GetDecorHeight(var));
339 virtual WMError GetDecorHeight(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetDecorHeight() function
259 virtual WMError GetDecorHeight(int32_t& height) override;
2075 virtual WMError GetDecorHeight(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; } in GetDecorHeight() function
2108 WMError WindowSessionImpl::GetDecorHeight(int32_t& height) in GetDecorHeight() function in OHOS::Rosen::WindowSessionImpl
745 WMError ret = GetDecorHeight(titleBarHeight); in HandlePointDownEvent()
6314 WMError ret = window->GetDecorHeight(height); in OnGetWindowDecorHeight()