Home
last modified time | relevance | path

Searched refs:nextButtonLayoutProperty (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.cpp559 auto nextButtonLayoutProperty = nextButton->GetLayoutProperty<ButtonLayoutProperty>(); in SwitchContentRowButton() local
560 CHECK_NULL_VOID(nextButtonLayoutProperty); in SwitchContentRowButton()
566 nextButtonLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in SwitchContentRowButton()
567 UpdateNextButtonMargin(nextButtonLayoutProperty); in SwitchContentRowButton()
581 nextButtonLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in SwitchContentRowButton()
587 UpdateConfirmButtonMargin(nextButtonLayoutProperty, dialogTheme); in SwitchContentRowButton()
614 auto nextButtonLayoutProperty = nextButton->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton() local
615 CHECK_NULL_VOID(nextButtonLayoutProperty); in ShowContentRowButton()
616 nextButtonLayoutProperty->UpdateVisibility(VisibleType::VISIBLE); in ShowContentRowButton()