Home
last modified time | relevance | path

Searched refs:GetOptionStyle (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp475 auto normalOptionSize = pickerTheme->GetOptionStyle(false, false).GetFontSize(); in UpdateDisappearTextProperties()
477 pickerTheme->GetOptionStyle(false, false).GetTextColor())); in UpdateDisappearTextProperties()
485 pickerTheme->GetOptionStyle(false, false).GetFontWeight())); in UpdateDisappearTextProperties()
487 pickerTheme->GetOptionStyle(false, false).GetFontFamilies())); in UpdateDisappearTextProperties()
489 pickerTheme->GetOptionStyle(false, false).GetFontStyle())); in UpdateDisappearTextProperties()
511 pickerTheme->GetOptionStyle(false, false).GetFontFamilies())); in UpdateCandidateTextProperties()
522 pickerTheme->GetOptionStyle(true, false).GetTextColor())); in UpdateSelectedTextProperties()
530 pickerTheme->GetOptionStyle(true, false).GetFontWeight())); in UpdateSelectedTextProperties()
532 pickerTheme->GetOptionStyle(true, false).GetFontWeight()); in UpdateSelectedTextProperties()
534 pickerTheme->GetOptionStyle(true, false).GetFontFamilies())); in UpdateSelectedTextProperties()
[all …]
H A Ddatepicker_model_ng.cpp409 auto style = theme->GetOptionStyle(false, false); in getNormalTextStyle()
427 auto normalStyle = theme->GetOptionStyle(false, false); in SetNormalTextStyle()
453 auto style = theme->GetOptionStyle(true, false); in getSelectedTextStyle()
471 auto selectedStyle = theme->GetOptionStyle(true, false); in SetSelectedTextStyle()
491 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetDefaultAttributes()
517 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in SetDefaultAttributes()
705 auto selectedStyle = theme->GetOptionStyle(true, false); in SetSelectedTextStyle()
729 auto normalStyle = theme->GetOptionStyle(false, false); in SetNormalTextStyle()
H A Ddatepicker_dialog_view.cpp757 textLayoutProperty->UpdateTextColor(pickerTheme->GetOptionStyle(true, false).GetTextColor()); in UpdateConfirmButtonTextLayoutProperty()
762 ConvertFontScaleValue(pickerTheme->GetOptionStyle(false, false).GetFontSize())); in UpdateConfirmButtonTextLayoutProperty()
763 textLayoutProperty->UpdateFontWeight(pickerTheme->GetOptionStyle(true, false).GetFontWeight()); in UpdateConfirmButtonTextLayoutProperty()
775 … textCancelLayoutProperty->UpdateFontSize(pickerTheme->GetOptionStyle(false, false).GetFontSize()); in UpdateCancelButtonTextLayoutProperty()
1338 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetDateTextProperties()
1340 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in SetDateTextProperties()
1392 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetTimeTextProperties()
1394 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in SetTimeTextProperties()
1895 textLayoutProperty->UpdateTextColor(pickerTheme->GetOptionStyle(true, false).GetTextColor()); in CreateNextPrevButtonNode()
1897 ConvertFontScaleValue(pickerTheme->GetOptionStyle(false, false).GetFontSize())); in CreateNextPrevButtonNode()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp510 auto normalOptionSize = pickerTheme->GetOptionStyle(false, false).GetFontSize(); in UpdateDisappearTextProperties()
512 pickerTheme->GetOptionStyle(false, false).GetTextColor())); in UpdateDisappearTextProperties()
520 pickerTheme->GetOptionStyle(false, false).GetFontWeight())); in UpdateDisappearTextProperties()
522 pickerTheme->GetOptionStyle(false, false).GetFontWeight()); in UpdateDisappearTextProperties()
524 pickerTheme->GetOptionStyle(false, false).GetFontFamilies())); in UpdateDisappearTextProperties()
526 pickerTheme->GetOptionStyle(false, false).GetFontStyle())); in UpdateDisappearTextProperties()
546 pickerTheme->GetOptionStyle(false, false).GetFontFamilies())); in UpdateCandidateTextProperties()
565 pickerTheme->GetOptionStyle(true, false).GetFontWeight())); in UpdateSelectedTextProperties()
567 pickerTheme->GetOptionStyle(true, false).GetFontWeight()); in UpdateSelectedTextProperties()
569 pickerTheme->GetOptionStyle(true, false).GetFontFamilies())); in UpdateSelectedTextProperties()
[all …]
H A Dtimepicker_model_ng.cpp308 auto normalStyle = theme->GetOptionStyle(false, false); in SetNormalTextStyle()
327 auto selectedStyle = theme->GetOptionStyle(true, false); in SetSelectedTextStyle()
512 auto normalStyle = theme->GetOptionStyle(false, false); in SetNormalTextStyle()
533 auto selectedStyle = theme->GetOptionStyle(true, false); in SetSelectedTextStyle()
558 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetDefaultAttributes()
581 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in SetDefaultAttributes()
664 auto style = theme->GetOptionStyle(false, false); in getNormalTextStyle()
687 auto style = theme->GetOptionStyle(true, false); in getSelectedTextStyle()
H A Dtimepicker_dialog_view.cpp275 …textNextPrevLayoutProperty->UpdateTextColor(pickerTheme->GetOptionStyle(true, false).GetTextColor(… in CreateNextPrevButtonNode()
277 ConvertFontScaleValue(pickerTheme->GetOptionStyle(false, false).GetFontSize())); in CreateNextPrevButtonNode()
278 …textNextPrevLayoutProperty->UpdateFontWeight(pickerTheme->GetOptionStyle(true, false).GetFontWeigh… in CreateNextPrevButtonNode()
705 textLayoutProperty->UpdateTextColor(pickerTheme->GetOptionStyle(true, false).GetTextColor()); in UpdateConfirmButtonTextLayoutProperty()
710 ConvertFontScaleValue(pickerTheme->GetOptionStyle(false, false).GetFontSize())); in UpdateConfirmButtonTextLayoutProperty()
711 textLayoutProperty->UpdateFontWeight(pickerTheme->GetOptionStyle(true, false).GetFontWeight()); in UpdateConfirmButtonTextLayoutProperty()
787 …textCancelLayoutProperty->UpdateTextColor(pickerTheme->GetOptionStyle(true, false).GetTextColor()); in UpdateCancelButtonTextLayoutProperty()
791 … textCancelLayoutProperty->UpdateFontSize(pickerTheme->GetOptionStyle(false, false).GetFontSize()); in UpdateCancelButtonTextLayoutProperty()
792 …textCancelLayoutProperty->UpdateFontWeight(pickerTheme->GetOptionStyle(true, false).GetFontWeight(… in UpdateCancelButtonTextLayoutProperty()
906 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetTextProperties()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_date_picker_theme.h37 auto selectedStyle = themePicker->GetOptionStyle(true, false); in ApplyTheme()
49 auto normalStyle = themePicker->GetOptionStyle(false, false); in ApplyTheme()
H A Djs_text_picker_theme.h37 auto selectedStyle = themePicker->GetOptionStyle(true, false); in ApplyTheme()
49 auto normalStyle = themePicker->GetOptionStyle(false, false); in ApplyTheme()
H A Djs_time_picker_theme.h37 auto selectedStyle = themePicker->GetOptionStyle(true, false); in ApplyTheme()
49 auto normalStyle = themePicker->GetOptionStyle(false, false); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp129 auto normalOptionSize = theme->GetOptionStyle(false, false).GetFontSize(); in OnModifyDone()
740 auto normalOptionSize = pickerTheme->GetOptionStyle(false, false).GetFontSize(); in UpdateDisappearTextProperties()
742 pickerTheme->GetOptionStyle(false, false).GetTextColor())); in UpdateDisappearTextProperties()
750 pickerTheme->GetOptionStyle(false, false).GetFontWeight())); in UpdateDisappearTextProperties()
752 pickerTheme->GetOptionStyle(false, false).GetFontFamilies()); in UpdateDisappearTextProperties()
755 pickerTheme->GetOptionStyle(false, false).GetFontStyle())); in UpdateDisappearTextProperties()
775 pickerTheme->GetOptionStyle(false, false).GetFontFamilies()); in UpdateCandidateTextProperties()
785 auto selectedOptionSize = pickerTheme->GetOptionStyle(true, false).GetFontSize(); in UpdateSelectedTextProperties()
795 pickerTheme->GetOptionStyle(true, false).GetFontWeight())); in UpdateSelectedTextProperties()
797 pickerTheme->GetOptionStyle(true, false).GetFontFamilies()); in UpdateSelectedTextProperties()
[all …]
H A Dtextpicker_model_ng.cpp116 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetDefaultAttributes()
131 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in SetDefaultAttributes()
315 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in SetNormalTextStyle()
336 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetSelectedTextStyle()
737 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in SetNormalTextStyle()
760 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetSelectedTextStyle()
865 auto style = theme->GetOptionStyle(false, false); in getNormalTextStyle()
888 auto style = theme->GetOptionStyle(true, false); in getSelectedTextStyle()
1063 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetDefaultAttributes()
1086 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in SetDefaultAttributes()
H A Dtextpicker_dialog_view.cpp580 textLayoutProperty->UpdateTextColor(pickerTheme->GetOptionStyle(true, false).GetTextColor()); in UpdateConfirmButtonTextLayoutProperty()
585 ConvertFontScaleValue(pickerTheme->GetOptionStyle(false, false).GetFontSize())); in UpdateConfirmButtonTextLayoutProperty()
586 textLayoutProperty->UpdateFontWeight(pickerTheme->GetOptionStyle(true, false).GetFontWeight()); in UpdateConfirmButtonTextLayoutProperty()
595 …textCancelLayoutProperty->UpdateTextColor(pickerTheme->GetOptionStyle(true, false).GetTextColor()); in UpdateCancelButtonTextLayoutProperty()
600 ConvertFontScaleValue(pickerTheme->GetOptionStyle(false, false).GetFontSize())); in UpdateCancelButtonTextLayoutProperty()
609 auto pickerThemeOptionStyle = pickerTheme->GetOptionStyle(true, false); in UpdateForwardButtonTextLayoutProperty()
613 ConvertFontScaleValue(pickerTheme->GetOptionStyle(false, false).GetFontSize())); in UpdateForwardButtonTextLayoutProperty()
622 auto pickerThemeOptionStyle = pickerTheme->GetOptionStyle(true, false); in UpdateBackwardButtonTextLayoutProperty()
626 ConvertFontScaleValue(pickerTheme->GetOptionStyle(false, false).GetFontSize())); in UpdateBackwardButtonTextLayoutProperty()
942 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetTextProperties()
[all …]
H A Dtextpicker_pattern.cpp1113 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in OnColorConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp286 auto normalStyle = theme->GetOptionStyle(false, false); in SetOptionStyleOperators()
287 auto selectStyle = theme->GetOptionStyle(true, false); in SetOptionStyleOperators()
288 auto focusStyle = theme->GetOptionStyle(true, true); in SetOptionStyleOperators()
412 auto normalStyle = theme->GetOptionStyle(false, false); in SetTextStyleOperators()
413 auto focusStyle = theme->GetOptionStyle(true, true); in SetTextStyleOperators()
414 auto selectedStyle = theme->GetOptionStyle(true, false); in SetTextStyleOperators()
426 auto normalStyle = theme_->GetOptionStyle(false, false); in SetTextStyleOperators()
427 auto focusStyle = theme_->GetOptionStyle(true, true); in SetTextStyleOperators()
428 auto selectedStyle = theme_->GetOptionStyle(true, false); in SetTextStyleOperators()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_value_component.h65 value->SetOptionStyle(true, false, value->GetOptionStyle(false, false)); in SetTheme()
H A Dpicker_option_component.cpp52 …auto style = GetDisappear() ? theme_->GetDisappearOptionStyle() : theme_->GetOptionStyle(GetSelect… in Initialize()
H A Dpicker_column_component.cpp88 auto splitterStyle = theme_->GetOptionStyle(true, false); in Initialize()
H A Drender_picker_option.cpp88 selectedStyle_ = theme->GetOptionStyle(true, false); in Update()
89 focusStyle_ = theme->GetOptionStyle(true, false); in Update()
H A Dpicker_theme.h202 const TextStyle& GetOptionStyle(bool selected, bool focus) const in GetOptionStyle() function
H A Dpicker_base_component.cpp392 auto lunarStyle = theme_->GetOptionStyle(false, false); in InitializeLunar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_datepicker_ffi.cpp162 auto selectedStyle = theme->GetOptionStyle(true, false); in FfiOHOSAceFrameworkDatePickerSetDefaultAttributes()
174 auto normalStyle = theme->GetOptionStyle(false, false); in FfiOHOSAceFrameworkDatePickerSetDefaultAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_date_picker_modifier.cpp113 auto selectedStyle = theme->GetOptionStyle(true, false); in ResetSelectedTextStyle()
188 auto normalStyle = theme->GetOptionStyle(false, false); in ResetDatePickerTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp531 auto fontSize = pickerTheme->GetOptionStyle(false, false).GetFontSize(); in CreateButtonNode()
541 textLayoutProperty->UpdateTextColor(pickerTheme->GetOptionStyle(true, false).GetTextColor()); in CreateButtonNode()
542 textLayoutProperty->UpdateFontWeight(pickerTheme->GetOptionStyle(true, false).GetFontWeight()); in CreateButtonNode()
1052 auto fontSize = pickerTheme->GetOptionStyle(false, false).GetFontSize(); in UpdateButtons()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp1288 auto selectedStyle = theme->GetOptionStyle(true, false);
1358 auto selectedStyle = theme->GetOptionStyle(true, false);
1428 auto selectedStyle = theme->GetOptionStyle(true, false);
1834 auto selectedStyle = theme->GetOptionStyle(true, false);
1903 auto selectedStyle = theme->GetOptionStyle(true, false);
1973 auto selectedStyle = theme->GetOptionStyle(true, false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp702 auto selectedStyle = theme->GetOptionStyle(true, false); in SetDefaultAttributes()
714 auto normalStyle = theme->GetOptionStyle(false, false); in SetDefaultAttributes()
1531 auto selectedStyle = theme->GetOptionStyle(true, false); in SetDefaultAttributes()
1543 auto normalStyle = theme->GetOptionStyle(false, false); in SetDefaultAttributes()

12