Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp609 auto pickerThemeOptionStyle = pickerTheme->GetOptionStyle(true, false); in UpdateForwardButtonTextLayoutProperty() local
611 textForwardLayoutProperty->UpdateTextColor(pickerThemeOptionStyle.GetTextColor()); in UpdateForwardButtonTextLayoutProperty()
614 textForwardLayoutProperty->UpdateFontWeight(pickerThemeOptionStyle.GetFontWeight()); in UpdateForwardButtonTextLayoutProperty()
622 auto pickerThemeOptionStyle = pickerTheme->GetOptionStyle(true, false); in UpdateBackwardButtonTextLayoutProperty() local
624 textBackwardLayoutProperty->UpdateTextColor(pickerThemeOptionStyle.GetTextColor()); in UpdateBackwardButtonTextLayoutProperty()
627 textBackwardLayoutProperty->UpdateFontWeight(pickerThemeOptionStyle.GetFontWeight()); in UpdateBackwardButtonTextLayoutProperty()