Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp578 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in SwitchContentRowButton() local
579 CHECK_NULL_VOID(divideLayoutProperty); in SwitchContentRowButton()
580 divideLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in SwitchContentRowButton()
609 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton() local
610 CHECK_NULL_VOID(divideLayoutProperty); in ShowContentRowButton()
611 divideLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in ShowContentRowButton()
631 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton() local
632 CHECK_NULL_VOID(divideLayoutProperty); in ShowContentRowButton()
633 divideLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in ShowContentRowButton()