Searched refs:GetShowControlButton (Results 1 – 8 of 8) sorted by relevance
32 …utton", [](const SideBarComposedElement& inspector) { return inspector.GetShowControlButton(); } }, in __anon18e769550502()47 … DumpLog::GetInstance().AddDesc(std::string("showControlButton: ").append(GetShowControlButton())); in Dump()104 std::string SideBarComposedElement::GetShowControlButton() const in GetShowControlButton() function in OHOS::Ace::V2::SideBarComposedElement108 return ConvertBoolToString(render->GetShowControlButton()); in GetShowControlButton()
38 std::string GetShowControlButton() const;
74 bool GetShowControlButton() in GetShowControlButton() function
54 bool GetShowControlButton() const in GetShowControlButton() function
98 if (!GetShowControlButton()) { in Build()
113 showControlButton_ = sideBar_->GetShowControlButton(); in Update()
152 auto showControlButton = layoutProperty->GetShowControlButton().value_or(true); in OnUpdateShowControlButton()
152 EXPECT_EQ(sideBarLayoutProperty->GetShowControlButton(), SHOW_CONTROL_BUTTON);