Searched refs:GetSideBarContainerType (Results 1 – 7 of 7) sorted by relevance
64 SideBarContainerType GetSideBarContainerType() in GetSideBarContainerType() function66 return declaration_->GetSideBarContainerType(); in GetSideBarContainerType()
101 if (sideBar_->GetSideBarContainerType() == SideBarContainerType::EMBED) { in Update()433 if (sideBar_->GetSideBarContainerType() == SideBarContainerType::EMBED) { in LayoutChildren()
94 SideBarContainerType GetSideBarContainerType() const in GetSideBarContainerType() function
83 type_ = layoutProperty->GetSideBarContainerType().value_or(SideBarContainerType::EMBED); in Measure()86 auto type = layoutProperty->GetSideBarContainerType().value_or(SideBarContainerType::EMBED); in Measure()
118 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()
59 SideBarContainerType GetSideBarContainerType() const in GetSideBarContainerType() function
150 EXPECT_EQ(sideBarLayoutProperty->GetSideBarContainerType(), SIDE_BAR_CONTAINER_TYPE);