Home
last modified time | relevance | path

Searched refs:cancelLayoutProperty (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.cpp573 auto cancelLayoutProperty = cancelButton->GetLayoutProperty<LayoutProperty>(); in SwitchContentRowButton() local
574 CHECK_NULL_VOID(cancelLayoutProperty); in SwitchContentRowButton()
575 cancelLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in SwitchContentRowButton()