Home
last modified time | relevance | path

Searched refs:GetBarAdaptiveHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_node.cpp92 GetBarAdaptiveHeight() ? "auto" : std::to_string(GetBarHeight().Value()).c_str(), filter); in ToJsonValue()
172 bool TabsNode::GetBarAdaptiveHeight() const in GetBarAdaptiveHeight() function in OHOS::Ace::NG::TabsNode
181 return tabBarProperty->GetBarAdaptiveHeight().value_or(false); in GetBarAdaptiveHeight()
H A Dtabs_node.h147 bool GetBarAdaptiveHeight() const;
H A Dtab_bar_layout_algorithm.h121 bool GetBarAdaptiveHeight(LayoutWrapper* layoutWrapper);
H A Dtab_bar_layout_algorithm.cpp288 bool TabBarLayoutAlgorithm::GetBarAdaptiveHeight(LayoutWrapper* layoutWrapper) in GetBarAdaptiveHeight() function in OHOS::Ace::NG::TabBarLayoutAlgorithm
293 auto isBarAdaptiveHeight = layoutProperty->GetBarAdaptiveHeight().value_or(false); in GetBarAdaptiveHeight()
318 isBarAdaptiveHeight_ = GetBarAdaptiveHeight(layoutWrapper); in GetChildConstraint()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp1016 EXPECT_TRUE(tabBarLayoutProperty_->GetBarAdaptiveHeight());