Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.cpp169 RefPtr<LayoutProperty> toolBarDividerLayoutProperty = nullptr; in UpdateToolBarAndDividerProperty() local
171 toolBarDividerLayoutProperty = toolBarDividerNode->GetLayoutProperty(); in UpdateToolBarAndDividerProperty()
176 if (toolBarDividerLayoutProperty) { in UpdateToolBarAndDividerProperty()
177 toolBarDividerLayoutProperty->UpdateVisibility(VisibleType::GONE); in UpdateToolBarAndDividerProperty()
182 if (toolBarDividerLayoutProperty) { in UpdateToolBarAndDividerProperty()
183 toolBarDividerLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in UpdateToolBarAndDividerProperty()