Home
last modified time | relevance | path

Searched refs:GetBarHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtabs_composed_element.cpp33 { "barHeight", [](const TabsComposedElement& inspector) { return inspector.GetBarHeight(); } }, in __anon428673460702()
51 DumpLog::GetInstance().AddDesc(std::string("barHeight: ").append(GetBarHeight())); in Dump()
107 std::string TabsComposedElement::GetBarHeight() const in GetBarHeight() function in OHOS::Ace::V2::TabsComposedElement
H A Dtabs_composed_element.h45 std::string GetBarHeight() const;
/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()
184 Dimension TabsNode::GetBarHeight() const in GetBarHeight() function in OHOS::Ace::NG::TabsNode
H A Dtabs_node.h146 Dimension GetBarHeight() const;