Searched refs:IsTileRectSatisfiedWithSizeLimits (Results 1 – 8 of 8) sorted by relevance
36 bool IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node) override;
55 virtual bool IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node);
120 WMError IsTileRectSatisfiedWithSizeLimits(sptr<WindowNode>& node);
127 bool WindowLayoutPolicyTile::IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node) in IsTileRectSatisfiedWithSizeLimits() function in OHOS::Rosen::WindowLayoutPolicyTile
742 bool WindowLayoutPolicy::IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node) in IsTileRectSatisfiedWithSizeLimits() function in OHOS::Rosen::WindowLayoutPolicy
193 WMError WindowNodeContainer::IsTileRectSatisfiedWithSizeLimits(sptr<WindowNode>& node) in IsTileRectSatisfiedWithSizeLimits() function in OHOS::Rosen::WindowNodeContainer196 !layoutPolicy_->IsTileRectSatisfiedWithSizeLimits(node)) { in IsTileRectSatisfiedWithSizeLimits()
585 WMError res = container->IsTileRectSatisfiedWithSizeLimits(node); in CheckAddingModeAndSize()
305 HWTEST_F(WindowNodeContainerTest, IsTileRectSatisfiedWithSizeLimits, Function | SmallTest | Level2)314 ASSERT_EQ(WMError::WM_OK, container->IsTileRectSatisfiedWithSizeLimits(node));316 ASSERT_EQ(WMError::WM_OK, container->IsTileRectSatisfiedWithSizeLimits(node));