Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp501 CHECK_NULL_VOID(buttonConfirmLayoutProperty); in UpdateButtonConfirmLayoutProperty()
504 buttonConfirmLayoutProperty->UpdateType(ButtonType::CAPSULE); in UpdateButtonConfirmLayoutProperty()
505 buttonConfirmLayoutProperty->UpdateFlexShrink(1.0); in UpdateButtonConfirmLayoutProperty()
512 buttonConfirmLayoutProperty->UpdateUserDefinedIdealSize( in UpdateButtonConfirmLayoutProperty()
517 buttonConfirmLayoutProperty->UpdateUserDefinedIdealSize( in UpdateButtonConfirmLayoutProperty()
545 CHECK_NULL_RETURN(buttonConfirmLayoutProperty, nullptr); in CreateConfirmNode()
1208 CHECK_NULL_VOID(buttonConfirmLayoutProperty); in SetFirstDialogButtonActive()
1209 buttonConfirmLayoutProperty->UpdateVisibility(VisibleType::GONE); in SetFirstDialogButtonActive()
1240 CHECK_NULL_VOID(buttonConfirmLayoutProperty); in SetSecondDialogButtonActive()
1241 buttonConfirmLayoutProperty->UpdateVisibility(VisibleType::GONE); in SetSecondDialogButtonActive()
[all …]
H A Dtextpicker_pattern.cpp162 auto buttonConfirmLayoutProperty = buttonConfirmNode->GetLayoutProperty<ButtonLayoutProperty>(); in OnLanguageConfigurationUpdate() local
163 CHECK_NULL_VOID(buttonConfirmLayoutProperty); in OnLanguageConfigurationUpdate()
164buttonConfirmLayoutProperty->UpdateLabel(Localization::GetInstance()->GetEntryLetters("common.ok")… in OnLanguageConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp631 auto buttonConfirmLayoutProperty = buttonConfirmNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateConfirmNode() local
632 CHECK_NULL_RETURN(buttonConfirmLayoutProperty, nullptr); in CreateConfirmNode()
633 UpdateButtonLayoutProperty(buttonConfirmLayoutProperty, pickerTheme); in CreateConfirmNode()
661 CHECK_NULL_VOID(buttonConfirmLayoutProperty); in UpdateButtonLayoutProperty()
663 buttonConfirmLayoutProperty->UpdateMeasureType(MeasureType::MATCH_PARENT_MAIN_AXIS); in UpdateButtonLayoutProperty()
664 buttonConfirmLayoutProperty->UpdateType(ButtonType::CAPSULE); in UpdateButtonLayoutProperty()
665 buttonConfirmLayoutProperty->UpdateFlexShrink(1.0); in UpdateButtonLayoutProperty()
670 UpdateConfirmButtonMargin(buttonConfirmLayoutProperty, dialogTheme); in UpdateButtonLayoutProperty()
672 buttonConfirmLayoutProperty->UpdateUserDefinedIdealSize( in UpdateButtonLayoutProperty()
677 buttonConfirmLayoutProperty->UpdateUserDefinedIdealSize( in UpdateButtonLayoutProperty()
[all …]
H A Dtimepicker_dialog_view.h55 …const RefPtr<ButtonLayoutProperty>& buttonConfirmLayoutProperty, const RefPtr<PickerTheme>& picker…
57 …const RefPtr<ButtonLayoutProperty>& buttonConfirmLayoutProperty, const RefPtr<DialogTheme>& dialog…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp726 auto buttonConfirmLayoutProperty = buttonConfirmNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateConfirmNode() local
727 CHECK_NULL_RETURN(buttonConfirmLayoutProperty, nullptr); in CreateConfirmNode()
728 UpdateButtonLayoutProperty(buttonConfirmLayoutProperty, pickerTheme); in CreateConfirmNode()
782 CHECK_NULL_VOID(buttonConfirmLayoutProperty); in UpdateButtonLayoutProperty()
784 buttonConfirmLayoutProperty->UpdateMeasureType(MeasureType::MATCH_PARENT_MAIN_AXIS); in UpdateButtonLayoutProperty()
785 buttonConfirmLayoutProperty->UpdateType(ButtonType::CAPSULE); in UpdateButtonLayoutProperty()
786 buttonConfirmLayoutProperty->UpdateFlexShrink(1.0); in UpdateButtonLayoutProperty()
791 UpdateConfirmButtonMargin(buttonConfirmLayoutProperty, dialogTheme); in UpdateButtonLayoutProperty()
793 buttonConfirmLayoutProperty->UpdateUserDefinedIdealSize( in UpdateButtonLayoutProperty()
798 buttonConfirmLayoutProperty->UpdateUserDefinedIdealSize( in UpdateButtonLayoutProperty()
[all …]
H A Ddatepicker_dialog_view.h115 …const RefPtr<ButtonLayoutProperty>& buttonConfirmLayoutProperty, const RefPtr<PickerTheme>& picker…
117 …const RefPtr<ButtonLayoutProperty>& buttonConfirmLayoutProperty, const RefPtr<DialogTheme>& dialog…
H A Ddatepicker_pattern.cpp93 auto buttonConfirmLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in OnDirtyLayoutWrapperSwap() local
94 buttonConfirmLayoutProperty->UpdateMeasureType(MeasureType::MATCH_PARENT_MAIN_AXIS); in OnDirtyLayoutWrapperSwap()
95 buttonConfirmLayoutProperty->UpdateType(ButtonType::NORMAL); in OnDirtyLayoutWrapperSwap()
96 buttonConfirmLayoutProperty->UpdateBorderRadius(BorderRadiusProperty(PRESS_RADIUS)); in OnDirtyLayoutWrapperSwap()
97 buttonConfirmLayoutProperty->UpdateUserDefinedIdealSize( in OnDirtyLayoutWrapperSwap()