Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dside_bar_composed_element.cpp34 …arWidth", [](const SideBarComposedElement& inspector) { return inspector.GetMinSideBarWidth(); } }, in __anon18e769550702()
49 DumpLog::GetInstance().AddDesc(std::string("minSideBarWidth: ").append(GetMinSideBarWidth())); in Dump()
122 std::string SideBarComposedElement::GetMinSideBarWidth() const in GetMinSideBarWidth() function in OHOS::Ace::V2::SideBarComposedElement
H A Dside_bar_composed_element.h40 std::string GetMinSideBarWidth() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.cpp184 …adjustMinSideBarWidth_ = layoutProperty->GetMinSideBarWidth().value_or(DEFAULT_MIN_SIDE_BAR_WIDTH); in AdjustMinAndMaxSideBarWidth()
200 if (layoutProperty->GetMinSideBarWidth().has_value()) { in AdjustMinAndMaxSideBarWidth()
225 auto minSideBarWidth = layoutProperty->GetMinSideBarWidth().value_or(-1.0_vp); in GetAllPropertyValue()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp154 EXPECT_EQ(sideBarLayoutProperty->GetMinSideBarWidth(), MIN_SIDE_BAR_WIDTH);
814 … auto minSideBarWidth = layoutProperty->GetMinSideBarWidth().value_or(DEFAULT_MIN_SIDE_BAR_WIDTH);