Home
last modified time | relevance | path

Searched refs:GetIsShow (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp96 if ((sideBar_->GetIsShow() && status_ != SideStatus::SHOW && showSideBar_ != sideBar_->GetIsShow()) || in Update()
97 (!sideBar_->GetIsShow() && status_ == SideStatus::SHOW && showSideBar_ != sideBar_->GetIsShow())) { in Update()
100 showSideBar_ = sideBar_->GetIsShow(); in Update()
H A Dside_bar_container_component.h145 bool GetIsShow() const in GetIsShow() function in OHOS::Ace::SideBarContainerComponent
/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.h57 bool GetIsShow() const in GetIsShow() function in OHOS::LiteWindow
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.cpp877 json->PutExtAttr("show", layoutProperty->GetIsShow().value_or(true) ? "true" : "false", filter); in ToJsonValue()
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp345 EXPECT_EQ(slidingPanelLayoutProperty->GetIsShow(), SLIDING_PANEL_SHOW); in HWTEST_F()

Completed in 10 milliseconds