Home
last modified time | relevance | path

Searched refs:confirmNodeLayout (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.cpp159 auto confirmNodeLayout = confirmNode->GetLayoutProperty<TextLayoutProperty>(); in OnLanguageConfigurationUpdate() local
160 CHECK_NULL_VOID(confirmNodeLayout); in OnLanguageConfigurationUpdate()
161 confirmNodeLayout->UpdateContent(Localization::GetInstance()->GetEntryLetters("common.ok")); in OnLanguageConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.cpp477 auto confirmNodeLayout = confirmNode->GetLayoutProperty<TextLayoutProperty>(); in OnLanguageConfigurationUpdate() local
478 CHECK_NULL_VOID(confirmNodeLayout); in OnLanguageConfigurationUpdate()
479 confirmNodeLayout->UpdateContent(Localization::GetInstance()->GetEntryLetters("common.ok")); in OnLanguageConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp166 auto confirmNodeLayout = confirmNode->GetLayoutProperty<TextLayoutProperty>(); in OnLanguageConfigurationUpdate() local
167 CHECK_NULL_VOID(confirmNodeLayout); in OnLanguageConfigurationUpdate()
168 confirmNodeLayout->UpdateContent(Localization::GetInstance()->GetEntryLetters("common.ok")); in OnLanguageConfigurationUpdate()