Home
last modified time | relevance | path

Searched defs:autoHide_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.h181 bool autoHide_ = true; variable
H A Drender_side_bar_container.h169 bool autoHide_ = true; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.h215 bool autoHide_ = false; variable
H A Dside_bar_container_pattern.h235 bool autoHide_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp854 auto autoHide_ = layoutProperty->GetAutoHide().value_or(true); variable