Home
last modified time | relevance | path

Searched refs:ThemeManager (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/foundation/arkui/ui_lite/frameworks/themes/
H A Dtheme_manager.cpp19 ThemeManager& ThemeManager::GetInstance() in GetInstance()
21 static ThemeManager instance; in GetInstance()
25 void ThemeManager::SetCurrent(Theme* theme) in SetCurrent()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/themes/
H A Dtheme_manager.h47 class ThemeManager : public HeapBase {
54 static ThemeManager& GetInstance();
80 ThemeManager() : theme_(nullptr) {} in ThemeManager() function
81 virtual ~ThemeManager() in ~ThemeManager()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_manager.h25 class ACE_EXPORT ThemeManager : public AceType {
26 DECLARE_ACE_TYPE(ThemeManager, AceType);
29 ThemeManager() = default;
30 ~ThemeManager() override = default;
H A Dtheme_manager_impl.h23 class ACE_EXPORT ThemeManagerImpl : public ThemeManager {
24 DECLARE_ACE_TYPE(ThemeManagerImpl, ThemeManager);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp44 void DataPanelComponent::InitalStyle(const RefPtr<ThemeManager>& themeManager) in InitalStyle()
57 void PercentageDataPanelComponent::InitalStyle(const RefPtr<ThemeManager>& themeManager) in InitalStyle()
80 void ProgressDataPanelComponent::InitalStyle(const RefPtr<ThemeManager>& themeManager) in InitalStyle()
H A Ddata_panel_component.h115 virtual void InitalStyle(const RefPtr<ThemeManager>& themeManager);
241 void InitalStyle(const RefPtr<ThemeManager>& themeManager) override;
305 void InitalStyle(const RefPtr<ThemeManager>& themeManager) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.h27 void BuildChild(const RefPtr<ThemeManager>& themeManager) override;
30 …void BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnComponent>& column)…
H A Ddialog_component.h55 virtual void BuildChild(const RefPtr<ThemeManager>& themeManager);
315 …virtual void BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnComponent>&…
325 RefPtr<Component> BuildDivider(const RefPtr<ThemeManager>& themeManager);
375 …static void BuildButtons(const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& …
379 …const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& dialog, std::string& data…
H A Dalert_dialog_component.cpp28 void AlertDialogComponent::BuildChild(const RefPtr<ThemeManager>& themeManager) in BuildChild()
94 void AlertDialogComponent::BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<Colu… in BuildActions()
H A Ddialog_component.cpp73 void DialogComponent::BuildChild(const RefPtr<ThemeManager>& themeManager) in BuildChild()
315 void DialogComponent::BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnCom… in BuildActions()
555 RefPtr<Component> DialogComponent::BuildDivider(const RefPtr<ThemeManager>& themeManager) in BuildDivider()
689 void DialogBuilder::BuildButtons(const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogCompo… in BuildButtons()
766 …const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& dialog, std::string& data) in BuildButtonsForWatch()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/themes/
H A Dtheme_manager_unit_test.cpp42 ThemeManager::GetInstance().SetCurrent(theme);
43 EXPECT_EQ(ThemeManager::GetInstance().GetCurrent(), theme);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.h27 void BuildChild(const RefPtr<ThemeManager>& themeManager) override;
32 …void BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnComponent>& column)…
H A Daction_sheet_component.cpp33 void ActionSheetComponent::BuildChild(const RefPtr<ThemeManager>& themeManager) in BuildChild()
151 void ActionSheetComponent::BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<Colu… in BuildActions()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_manager.h24 class MockThemeManager : public ThemeManager {
25 DECLARE_ACE_TYPE(MockThemeManager, ThemeManager);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.h67 const RefPtr<ThemeManager>& themeManager, const WeakPtr<PipelineContext>& context);
124 RefPtr<ThemeManager> themeManager_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.h52 …const RefPtr<ThemeManager>& themeManager, const RefPtr<AccessibilityManager>& accessibilityManager…
58 void InitThemeStyle(const RefPtr<ThemeManager>& themeManager);
225 RefPtr<ThemeManager> themeManager_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.h63 …onst RefPtr<AccessibilityManager>& accessibilityManager, const RefPtr<ThemeManager>& themeManager);
431 …void InitializeLunar(std::list<RefPtr<Component>>& outChildren, const RefPtr<ThemeManager>& themeM…
433 …void InitializeButtons(std::list<RefPtr<Component>>& outChildren, const RefPtr<ThemeManager>& them…
H A Dpicker_base_component.cpp378 std::list<RefPtr<Component>>& outChildren, const RefPtr<ThemeManager>& themeManager) in InitializeLunar()
435 std::list<RefPtr<Component>>& outChildren, const RefPtr<ThemeManager>& themeManager) in InitializeButtons()
555 …const RefPtr<AccessibilityManager>& accessibilityManager, const RefPtr<ThemeManager>& themeManager) in Initialize()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_theme_manager.cpp30 namespace ThemeManager { namespace
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h279 …static RefPtr<ButtonComponent> Build(const RefPtr<ThemeManager>& themeManager, const std::string& …
280 …static RefPtr<ButtonComponent> Build(const RefPtr<ThemeManager>& themeManager, const std::string& …
H A Dbutton_component.cpp45 RefPtr<ButtonComponent> ButtonBuilder::Build(const RefPtr<ThemeManager>& themeManager, const std::s… in Build()
59 RefPtr<ButtonComponent> ButtonBuilder::Build(const RefPtr<ThemeManager>& themeManager, const std::s… in Build()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.h51 RefPtr<Component> BuildChild(const RefPtr<ThemeManager>& themeManager);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Ddata_panel_model_impl.cpp63 RefPtr<ThemeManager> dataPanelManager = AceType::MakeRefPtr<ThemeManagerImpl>(); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h53 void Initialize(const RefPtr<ThemeManager>& themeManager);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.h55 void InitTheme(const RefPtr<ThemeManager>& themeManager) in InitTheme()

123