/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/ |
H A D | aging_adapation_dialog_util.cpp | 30 auto dialogTheme = context->GetTheme<AgingAdapationDialogTheme>(); in ShowLongPressDialog() local 75 auto dialogTheme = context->GetTheme<AgingAdapationDialogTheme>(); in ShowLongPressDialog() local 126 auto dialogTheme = context->GetTheme<AgingAdapationDialogTheme>(); in CreateCustomDialog() local 162 auto dialogTheme = context->GetTheme<AgingAdapationDialogTheme>(); in CreateDialogTextNode() local 202 auto dialogTheme = context->GetTheme<AgingAdapationDialogTheme>(); in GetDialogBigFontSizeScale() local 211 auto dialogTheme = context->GetTheme<AgingAdapationDialogTheme>(); in GetDialogLargeFontSizeScale() local 220 auto dialogTheme = context->GetTheme<AgingAdapationDialogTheme>(); in GetDialogMaxFontSizeScale() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
H A D | dialog_model_test_ng.cpp | 113 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 366 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 626 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 664 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 698 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 761 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 837 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 879 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 918 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 967 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable [all …]
|
H A D | dialog_test_ng.cpp | 380 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 410 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 443 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 472 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 970 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 1212 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 1285 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 1706 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_view.cpp | 35 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateDialogNode() local
|
H A D | dialog_layout_algorithm.cpp | 72 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in Measure() local 298 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in ComputeInnerLayoutSizeParam() local 549 auto dialogTheme = pipelineContext->GetTheme<DialogTheme>(); in Layout() local 700 auto dialogTheme = pipelineContext->GetTheme<DialogTheme>(); in ComputeChildPosition() local 850 auto dialogTheme = pipelineContext->GetTheme<DialogTheme>(); in GetPaddingBottom() local
|
H A D | dialog_pattern.h | 55 DialogPattern(const RefPtr<DialogTheme>& dialogTheme, const RefPtr<UINode>& customNode) in DialogPattern()
|
H A D | dialog_pattern.cpp | 1154 auto dialogTheme = context->GetTheme<DialogTheme>(); in OnColorConfigurationUpdate() local 1534 …UpdateWrapperBackgroundStyle(const RefPtr<FrameNode>& host, const RefPtr<DialogTheme>& dialogTheme) in UpdateWrapperBackgroundStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_dialog_view.cpp | 64 auto dialogTheme = themeManager->GetTheme<DialogTheme>(); in Show() local 263 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateNextPrevButtonNode() local 310 …tr<FrameNode>& timeNode, const RefPtr<FrameNode>& textNode, const RefPtr<DialogTheme>& dialogTheme, in UpdateTimePickerSwitchEvent() 329 auto dialogTheme = dialogThemeWeak.Upgrade(); in UpdateTimePickerSwitchEvent() local 374 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateDividerNode() local 426 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateTitleButtonNode() local 613 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateConfirmNode() local 668 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in UpdateButtonLayoutProperty() local 683 … RefPtr<ButtonLayoutProperty>& buttonConfirmLayoutProperty, const RefPtr<DialogTheme>& dialogTheme) in UpdateConfirmButtonMargin() 715 …t RefPtr<ButtonLayoutProperty>& buttonCancelLayoutProperty, const RefPtr<DialogTheme>& dialogTheme) in UpdateCancelButtonMargin() [all …]
|
H A D | timepicker_row_pattern.cpp | 1201 auto dialogTheme = context->GetTheme<DialogTheme>(); in OnColorConfigurationUpdate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 561 …auto dialogTheme = AceType::DynamicCast<DialogTheme>(themeManager->GetTheme(DialogTheme::TypeId())… in BuildDivider() local 594 …auto dialogTheme = AceType::DynamicCast<DialogTheme>(themeManager->GetTheme(DialogTheme::TypeId())… in Build() local 658 …const DialogProperties& dialogProperties, const RefPtr<DialogTheme>& dialogTheme, std::string& dat… in BuildTitleAndContent() 690 const std::vector<ButtonInfo>& buttons, const RefPtr<DialogTheme>& dialogTheme, in BuildButtons() 769 …auto dialogTheme = AceType::DynamicCast<DialogTheme>(themeManager->GetTheme(DialogTheme::TypeId())… in BuildButtonsForWatch() local 811 const RefPtr<DialogComponent>& dialogChild, const RefPtr<DialogTheme>& dialogTheme) in BuildAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_dialog_view.cpp | 97 auto dialogTheme = themeManager->GetTheme<DialogTheme>(); in RangeShow() local 253 auto dialogTheme = themeManager->GetTheme<DialogTheme>(); in OptionsShow() local 422 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateDividerNode() local 508 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in UpdateButtonConfirmLayoutProperty() local 527 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateConfirmNode() local 631 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<DialogTheme>& dialogTheme) in UpdateConfirmButtonMargin() 661 const RefPtr<FrameNode>& buttonCancelNode, const RefPtr<DialogTheme>& dialogTheme) in UpdateCancelButtonMargin() 690 const RefPtr<FrameNode>& buttonForwardNode, const RefPtr<DialogTheme>& dialogTheme) in UpdateForwardButtonMargin() 847 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in UpdateButtonCancelLayoutProperty() local 868 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in UpdateButtonForwardLayoutProperty() local [all …]
|
H A D | textpicker_layout_algorithm.cpp | 51 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in Measure() local 112 … const RefPtr<PickerTheme>& pickerTheme, const RefPtr<DialogTheme>& dialogTheme, SizeF& frameSize, in GetColumnSize()
|
H A D | textpicker_pattern.cpp | 95 const RefPtr<FrameNode>& buttonConfirmNode, const RefPtr<DialogTheme>& dialogTheme) in UpdateConfirmButtonMargin() 125 const RefPtr<FrameNode>& buttonCancelNode, const RefPtr<DialogTheme>& dialogTheme) in UpdateCancelButtonMargin() 167 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in OnLanguageConfigurationUpdate() local 1122 auto dialogTheme = context->GetTheme<DialogTheme>(); in OnColorConfigurationUpdate() local
|
H A D | textpicker_model_ng.cpp | 89 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in Create() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_dialog_view.cpp | 233 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateTitleButtonNode() local 345 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateDividerNode() local 585 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in SwitchContentRowButton() local 708 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateConfirmNode() local 789 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in UpdateButtonLayoutProperty() local 843 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in UpdateNextButtonMargin() local 945 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateDateNode() local 1140 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateCancelNode() local 1884 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateNextPrevButtonNode() local 1933 const RefPtr<DialogTheme>& dialogTheme, const RefPtr<FrameNode>& dateNode, in CreateNextPrevClickEvent() [all …]
|
H A D | datepicker_column_layout_algorithm.cpp | 48 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in Measure() local
|
H A D | datepicker_pattern.cpp | 258 auto dialogTheme = context->GetTheme<DialogTheme>(); in OnColorConfigurationUpdate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_view.cpp | 117 RefPtr<DialogTheme> dialogTheme = pipelineContext->GetTheme<DialogTheme>(); in CreateChildNode() local 515 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateButtonNode() local 566 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in UpdateButtonLayoutProperty() local 713 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); in CreateDividerNode() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_test_ng.cpp | 34 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); in SetUpTestSuite() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_base_component.cpp | 437 auto dialogTheme = themeManager->GetTheme<DialogTheme>(); in InitializeButtons() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 130 auto dialogTheme = context->GetTheme<DialogTheme>(); in OnDirtyLayoutWrapperSwap() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_title_util.cpp | 489 auto dialogTheme = context->GetTheme<AgingAdapationDialogTheme>(); in HandleLongPress() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_test_update.cpp | 1750 auto dialogTheme = pipeline->GetTheme<DialogTheme>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_ng.cpp | 2706 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable 2755 auto dialogTheme = AceType::MakeRefPtr<DialogTheme>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 2680 auto dialogTheme = pipelineContext->GetTheme<DialogTheme>(); in UpdateCustomDialog() local
|