Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp527 auto nextConfirmDividerProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in CreateButtonNodeForAging() local
528 nextConfirmDividerProperty->UpdateVisibility(VisibleType::GONE); in CreateButtonNodeForAging()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp693 auto nextConfirmDividerProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in CreateButtonNodeForAging() local
694 CHECK_NULL_RETURN(nextConfirmDividerProperty, nullptr); in CreateButtonNodeForAging()
695 nextConfirmDividerProperty->UpdateVisibility(VisibleType::GONE); in CreateButtonNodeForAging()