/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_pattern.cpp | 475 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 D | datepicker_model_ng.cpp | 409 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 D | datepicker_dialog_view.cpp | 757 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 D | timepicker_column_pattern.cpp | 510 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 D | timepicker_model_ng.cpp | 308 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 D | timepicker_dialog_view.cpp | 275 …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 D | js_date_picker_theme.h | 37 auto selectedStyle = themePicker->GetOptionStyle(true, false); in ApplyTheme() 49 auto normalStyle = themePicker->GetOptionStyle(false, false); in ApplyTheme()
|
H A D | js_text_picker_theme.h | 37 auto selectedStyle = themePicker->GetOptionStyle(true, false); in ApplyTheme() 49 auto normalStyle = themePicker->GetOptionStyle(false, false); in ApplyTheme()
|
H A D | js_time_picker_theme.h | 37 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 D | textpicker_column_pattern.cpp | 129 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 D | textpicker_model_ng.cpp | 116 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 D | textpicker_dialog_view.cpp | 580 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 D | textpicker_pattern.cpp | 1113 auto normalStyle = pickerTheme->GetOptionStyle(false, false); in OnColorConfigurationUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_picker_base.cpp | 286 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 D | picker_value_component.h | 65 value->SetOptionStyle(true, false, value->GetOptionStyle(false, false)); in SetTheme()
|
H A D | picker_option_component.cpp | 52 …auto style = GetDisappear() ? theme_->GetDisappearOptionStyle() : theme_->GetOptionStyle(GetSelect… in Initialize()
|
H A D | picker_column_component.cpp | 88 auto splitterStyle = theme_->GetOptionStyle(true, false); in Initialize()
|
H A D | render_picker_option.cpp | 88 selectedStyle_ = theme->GetOptionStyle(true, false); in Update() 89 focusStyle_ = theme->GetOptionStyle(true, false); in Update()
|
H A D | picker_theme.h | 202 const TextStyle& GetOptionStyle(bool selected, bool focus) const in GetOptionStyle() function
|
H A D | picker_base_component.cpp | 392 auto lunarStyle = theme_->GetOptionStyle(false, false); in InitializeLunar()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_datepicker_ffi.cpp | 162 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 D | node_date_picker_modifier.cpp | 113 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 D | calendar_dialog_view.cpp | 531 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 D | date_picker_test_update.cpp | 1288 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 D | js_datepicker.cpp | 702 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()
|