Home
last modified time | relevance | path

Searched refs:GetThemeManager (Results 1 - 25 of 112) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp63 if (!GetThemeManager() || !GetThemeManager()->GetTheme<PopupTheme>()) { in ShowPopupInSubWindow()
67 auto theme = GetThemeManager()->GetTheme<PopupTheme>(); in ShowPopupInSubWindow()
115 if (!GetThemeManager() || !GetThemeManager()->GetTheme<PopupTheme>()) { in ShowPopup()
119 auto theme = GetThemeManager()->GetTheme<PopupTheme>(); in ShowPopup()
H A Dpopup_element_v2.cpp28 auto themeManager = GetThemeManager(); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_property.cpp48 auto themeManager = context->GetThemeManager(); in GetBarColor()
61 auto themeManager = context->GetThemeManager(); in GetBarWidth()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_linear_indicator.cpp47 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in Create()
84 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in SetStyle()
98 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in Loop()
229 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in JsHeight()
257 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in JsPadding()
296 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in SetPaddingLeft()
313 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in SetPaddingRight()
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_element.cpp25 UpdateChild(child, counter->BuildChild(GetThemeManager())); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dview_abstract.cpp36 auto themeManager = pipelineContext->GetThemeManager(); in GetThemeConstants()
H A Dview_abstract.h84 auto themeManager = pipelineContext->GetThemeManager(); in GetTheme()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_timepicker_modifier.cpp72 auto themeManager = pipeline->GetThemeManager(); in SetTimepickerTextStyle()
104 auto themeManager = context->GetThemeManager(); in ResetTimepickerTextStyle()
116 auto themeManager = pipeline->GetThemeManager(); in SetTimepickerSelectedTextStyle()
147 auto themeManager = context->GetThemeManager(); in ResetTimepickerSelectedTextStyle()
159 auto themeManager = pipeline->GetThemeManager(); in SetTimepickerDisappearTextStyle()
191 auto themeManager = context->GetThemeManager(); in ResetTimepickerDisappearTextStyle()
H A Dcheckboxgroup_modifier.cpp34 auto themeManager = context->GetThemeManager(); in ResetCheckboxGroupSelectedColor()
53 auto themeManager = context->GetThemeManager(); in ResetCheckboxGroupUnSelectedColor()
132 auto themeManager = context->GetThemeManager(); in ResetCheckboxGroupMark()
H A Dnode_utils.h43 auto themeManager = pipelineContext->GetThemeManager(); in GetTheme()
H A Dnode_textpicker_modifier.cpp122 auto themeManager = pipeline->GetThemeManager(); in SetTextPickerTextStyle()
153 auto themeManager = context->GetThemeManager(); in ResetTextPickerTextStyle()
165 auto themeManager = pipeline->GetThemeManager(); in SetTextPickerSelectedTextStyle()
196 auto themeManager = context->GetThemeManager(); in ResetTextPickerSelectedTextStyle()
209 auto themeManager = pipeline->GetThemeManager(); in SetTextPickerDisappearTextStyle()
240 auto themeManager = context->GetThemeManager(); in ResetTextPickerDisappearTextStyle()
446 auto themeManager = context->GetThemeManager(); in ResetTextPickerDivider()
483 auto themeManager = pipeline->GetThemeManager(); in ResetTextPickerGradientHeight()
H A Dnode_date_picker_modifier.cpp69 auto themeManager = pipeline->GetThemeManager(); in SetSelectedTextStyle()
99 auto themeManager = pipeline->GetThemeManager(); in ResetSelectedTextStyle()
146 auto themeManager = pipeline->GetThemeManager(); in SetDatePickerTextStyle()
176 auto themeManager = pipeline->GetThemeManager(); in ResetDatePickerTextStyle()
223 auto themeManager = pipeline->GetThemeManager(); in SetDisappearTextStyle()
253 auto themeManager = pipeline->GetThemeManager(); in ResetDisappearTextStyle()
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_element.cpp69 popup_->InitTheme(GetThemeManager()); in InitSelectPopup()
79 option->InitTheme(GetThemeManager()); in InitSelectPopup()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_accessibility_property.cpp34 auto themeManager = pipeline->GetThemeManager(); in GetText()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_element.cpp48 picker->Initialize(accessibilityManager, GetThemeManager()); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_element.cpp30 dialog->BuildChild(GetThemeManager()); in PerformBuild()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_layout_property.cpp34 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in ToJsonValue()
H A Dlinear_indicator_pattern.h38 theme_ = pipeline->GetThemeManager()->GetTheme<LinearIndicatorTheme>(); in LinearIndicatorPattern()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h298 RefPtr<ThemeManager> GetThemeManager() const in GetThemeManager() function in OHOS::Ace::Element
304 return context->GetThemeManager(); in GetThemeManager()
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp34 auto themeManager = GetThemeManager(); in UpdateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_navigation_menu.cpp30 menuChild_->InitTheme(GetThemeManager()); in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_appinfo.cpp40 auto themeManager = pipelineContext->GetThemeManager(); in ParseI18nAppName()
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_indicator/
H A Dlinear_indicator_test_ng.cpp56 theme_ = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in GetInstance()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp354 auto themeManager = pipeline->GetThemeManager(); in GetIconSize()
368 auto themeManager = pipeline->GetThemeManager(); in GetIconRightOffset()
388 auto themeManager = pipeline->GetThemeManager(); in LoadImageSourceInfo()
463 auto themeManager = pipeline->GetThemeManager(); in UpdateSymbolSource()
670 auto themeManager = pipeline->GetThemeManager(); in SetCancelSymbolIconSize()
691 auto themeManager = pipeline->GetThemeManager(); in GetSymbolDefaultSize()
706 auto themeManager = pipeline->GetThemeManager(); in UpdateSymbolSource()
786 auto themeManager = pipeline->GetThemeManager(); in UpdateCleanNode()
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drender_focus_animation.cpp46 auto theme = pipelineContext->GetThemeManager(); in Update()

Completed in 16 milliseconds

12345