Home
last modified time | relevance | path

Searched refs:IsAutoHeight (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.h49 static bool IsAutoHeight(const RefPtr<LayoutProperty>& layoutProperty);
H A Dnavigation_layout_algorithm.cpp299 bool NavigationLayoutAlgorithm::IsAutoHeight(const RefPtr<LayoutProperty>& layoutProperty) in IsAutoHeight() function in OHOS::Ace::NG::NavigationLayoutAlgorithm
577 if (IsAutoHeight(navigationLayoutProperty)) { in MeasureNavBar()
601 if (IsAutoHeight(navigationLayoutProperty)) { in MeasureContentChild()
646 if (IsAutoHeight(navigationLayoutProperty)) { in Measure()
H A Dnav_bar_layout_algorithm.cpp240 if (NavigationLayoutAlgorithm::IsAutoHeight(navBarLayoutProperty)) { in MeasureContentChild()
H A Dnavigation_group_node.cpp982 …if (!hasChanged && NavigationLayoutAlgorithm::IsAutoHeight(GetLayoutProperty<NavigationLayoutPrope… in UpdateNavDestinationVisibility()
H A Dnavigation_pattern.cpp3117 if (!NavigationLayoutAlgorithm::IsAutoHeight(navigationLayoutProperty)) { in CheckContentNeedMeasure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_test_ng.cpp630 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);
H A Dnavigation_model_test_ng.cpp1422 EXPECT_FALSE(NavigationLayoutAlgorithm::IsAutoHeight(navigationLayoutProperty));
1463 EXPECT_TRUE(NavigationLayoutAlgorithm::IsAutoHeight(navigationLayoutProperty));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp195 if (NavigationLayoutAlgorithm::IsAutoHeight(navDestinationLayoutProperty)) { in MeasureContentChild()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_pattern_test_ng.cpp775 EXPECT_FALSE(NavigationLayoutAlgorithm::IsAutoHeight(navDestinationLayoutProperty));
786 EXPECT_FALSE(NavigationLayoutAlgorithm::IsAutoHeight(navDestinationLayoutProperty));