Home
last modified time | relevance | path

Searched refs:ThemeManager (Results 1 - 25 of 57) sorted by relevance

123

/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()
/foundation/arkui/ui_lite/interfaces/kits/themes/
H A Dtheme_manager.h47 class ThemeManager : public HeapBase { class
50 * @brief Obtains the singleton instance of the <b>ThemeManager</b> class.
52 * @return Returns the singleton instance of the <b>ThemeManager</b> class.
54 static ThemeManager& GetInstance();
80 ThemeManager() : theme_(nullptr) {} in ThemeManager() function in OHOS::ThemeManager
81 virtual ~ThemeManager() in ~ThemeManager()
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_manager.h25 class ACE_EXPORT ThemeManager : public AceType { class
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);
/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) override;
H A Ddialog_component.h55 virtual void BuildChild(const RefPtr<ThemeManager>& themeManager);
315 virtual void BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnComponent>& column);
325 RefPtr<Component> BuildDivider(const RefPtr<ThemeManager>& themeManager);
375 static void BuildButtons(const RefPtr<ThemeManager>& themeManager, const RefPtr<DialogComponent>& dialog,
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<ColumnComponent>& column) in BuildActions()
/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) override;
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<ColumnComponent>& column) in BuildActions()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_manager.h24 class MockThemeManager : public ThemeManager {
25 DECLARE_ACE_TYPE(MockThemeManager, ThemeManager);
/foundation/arkui/ui_lite/test/unittest/themes/
H A Dtheme_manager_unit_test.cpp42 ThemeManager::GetInstance().SetCurrent(theme); in HWTEST_F()
43 EXPECT_EQ(ThemeManager::GetInstance().GetCurrent(), theme); in HWTEST_F()
/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;
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_theme_manager.cpp30 namespace ThemeManager { namespace
37 } // namespace ThemeManager
/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_;
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.h51 RefPtr<Component> BuildChild(const RefPtr<ThemeManager>& themeManager);
/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_;
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.h63 void Initialize(const RefPtr<AccessibilityManager>& accessibilityManager, const RefPtr<ThemeManager>& themeManager);
431 void InitializeLunar(std::list<RefPtr<Component>>& outChildren, const RefPtr<ThemeManager>& themeManager);
433 void InitializeButtons(std::list<RefPtr<Component>>& outChildren, const RefPtr<ThemeManager>& themeManager);
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()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h279 static RefPtr<ButtonComponent> Build(const RefPtr<ThemeManager>& themeManager, const std::string& text);
280 static RefPtr<ButtonComponent> Build(const RefPtr<ThemeManager>& themeManager, const std::string& text,
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.h53 void Initialize(const RefPtr<ThemeManager>& themeManager);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Ddata_panel_model_impl.cpp62 RefPtr<ThemeManager> dataPanelManager = AceType::MakeRefPtr<ThemeManagerImpl>(); in Create()
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.cpp38 void OptionComponent::InitTheme(const RefPtr<ThemeManager>& themeManager) in InitTheme()
/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.h55 void InitTheme(const RefPtr<ThemeManager>& themeManager) in InitTheme()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_progress.cpp37 Theme* theme = ThemeManager::GetInstance().GetCurrent(); in UIAbstractProgress()

Completed in 12 milliseconds

123