Home
last modified time | relevance | path

Searched refs:confirmButton (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.cpp634 auto confirmButton = AceType::DynamicCast<FrameNode>(contentRow->GetLastChild()); in ShowContentRowButton() local
635 CHECK_NULL_VOID(confirmButton); in ShowContentRowButton()
636 auto confirmButtonLayoutProperty = confirmButton->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton()