Searched refs:IsAutoHeight (Results 1 – 9 of 9) sorted by relevance
49 static bool IsAutoHeight(const RefPtr<LayoutProperty>& layoutProperty);
299 bool NavigationLayoutAlgorithm::IsAutoHeight(const RefPtr<LayoutProperty>& layoutProperty) in IsAutoHeight() function in OHOS::Ace::NG::NavigationLayoutAlgorithm577 if (IsAutoHeight(navigationLayoutProperty)) { in MeasureNavBar()601 if (IsAutoHeight(navigationLayoutProperty)) { in MeasureContentChild()646 if (IsAutoHeight(navigationLayoutProperty)) { in Measure()
240 if (NavigationLayoutAlgorithm::IsAutoHeight(navBarLayoutProperty)) { in MeasureContentChild()
982 …if (!hasChanged && NavigationLayoutAlgorithm::IsAutoHeight(GetLayoutProperty<NavigationLayoutPrope… in UpdateNavDestinationVisibility()
3117 if (!NavigationLayoutAlgorithm::IsAutoHeight(navigationLayoutProperty)) { in CheckContentNeedMeasure()
630 auto result = algorithm.IsAutoHeight(property);635 result = algorithm.IsAutoHeight(property);639 result = algorithm.IsAutoHeight(property);643 result = algorithm.IsAutoHeight(property);647 result = algorithm.IsAutoHeight(property);
1422 EXPECT_FALSE(NavigationLayoutAlgorithm::IsAutoHeight(navigationLayoutProperty));1463 EXPECT_TRUE(NavigationLayoutAlgorithm::IsAutoHeight(navigationLayoutProperty));
195 if (NavigationLayoutAlgorithm::IsAutoHeight(navDestinationLayoutProperty)) { in MeasureContentChild()
775 EXPECT_FALSE(NavigationLayoutAlgorithm::IsAutoHeight(navDestinationLayoutProperty));786 EXPECT_FALSE(NavigationLayoutAlgorithm::IsAutoHeight(navDestinationLayoutProperty));