Home
last modified time | relevance | path

Searched refs:GetSideBarContainerType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.h64 SideBarContainerType GetSideBarContainerType() in GetSideBarContainerType() function
66 return declaration_->GetSideBarContainerType(); in GetSideBarContainerType()
H A Drender_side_bar_container.cpp101 if (sideBar_->GetSideBarContainerType() == SideBarContainerType::EMBED) { in Update()
433 if (sideBar_->GetSideBarContainerType() == SideBarContainerType::EMBED) { in LayoutChildren()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.h94 SideBarContainerType GetSideBarContainerType() const in GetSideBarContainerType() function
H A Dside_bar_container_layout_algorithm.cpp83 type_ = layoutProperty->GetSideBarContainerType().value_or(SideBarContainerType::EMBED); in Measure()
86 auto type = layoutProperty->GetSideBarContainerType().value_or(SideBarContainerType::EMBED); in Measure()
H A Dside_bar_container_pattern.cpp118 type_ = layoutProperty->GetSideBarContainerType().value_or(SideBarContainerType::EMBED); in OnUpdateShowSideBar()
491 …auto sideBarContainerType = layoutProperty->GetSideBarContainerType().value_or(SideBarContainerTyp… in UpdateDividerShadow()
956 type_ = layoutAlgorithm->GetSideBarContainerType(); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h59 SideBarContainerType GetSideBarContainerType() const in GetSideBarContainerType() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp150 EXPECT_EQ(sideBarLayoutProperty->GetSideBarContainerType(), SIDE_BAR_CONTAINER_TYPE);