Searched refs:IsTileRectSatisfiedWithSizeLimits (Results 1 – 9 of 9) sorted by relevance
36 bool IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node) override;
55 virtual bool IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node);
121 WMError IsTileRectSatisfiedWithSizeLimits(sptr<WindowNode>& node);
314 HWTEST_F(WindowNodeContainerTest, IsTileRectSatisfiedWithSizeLimits, Function | SmallTest | Level2)324 ASSERT_EQ(WMError::WM_OK, container->IsTileRectSatisfiedWithSizeLimits(node));326 ASSERT_EQ(WMError::WM_OK, container->IsTileRectSatisfiedWithSizeLimits(node));
1392 HWTEST_F(WindowLayoutPolicyTest, IsTileRectSatisfiedWithSizeLimits, Function | SmallTest | Level2)1395 auto result = layoutPolicyTile_->IsTileRectSatisfiedWithSizeLimits(windowNode);
127 bool WindowLayoutPolicyTile::IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node) in IsTileRectSatisfiedWithSizeLimits() function in OHOS::Rosen::WindowLayoutPolicyTile
744 bool WindowLayoutPolicy::IsTileRectSatisfiedWithSizeLimits(const sptr<WindowNode>& node) in IsTileRectSatisfiedWithSizeLimits() function in OHOS::Rosen::WindowLayoutPolicy
200 WMError WindowNodeContainer::IsTileRectSatisfiedWithSizeLimits(sptr<WindowNode>& node) in IsTileRectSatisfiedWithSizeLimits() function in OHOS::Rosen::WindowNodeContainer203 !layoutPolicy_->IsTileRectSatisfiedWithSizeLimits(node)) { in IsTileRectSatisfiedWithSizeLimits()
687 WMError res = container->IsTileRectSatisfiedWithSizeLimits(node); in CheckAddingModeAndSize()