/foundation/arkui/ui_lite/frameworks/themes/ |
H A D | theme_manager.cpp | 19 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 D | theme_manager.h | 47 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 D | theme_manager.h | 25 class ACE_EXPORT ThemeManager : public AceType { class 26 DECLARE_ACE_TYPE(ThemeManager, AceType); 29 ThemeManager() = default; 30 ~ThemeManager() override = default;
|
H A D | theme_manager_impl.h | 23 class ACE_EXPORT ThemeManagerImpl : public ThemeManager { 24 DECLARE_ACE_TYPE(ThemeManagerImpl, ThemeManager);
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | alert_dialog_component.h | 27 void BuildChild(const RefPtr<ThemeManager>& themeManager) override; 30 void BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnComponent>& column) override;
|
H A D | dialog_component.h | 55 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 D | alert_dialog_component.cpp | 28 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 D | action_sheet_component.h | 27 void BuildChild(const RefPtr<ThemeManager>& themeManager) override; 32 void BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnComponent>& column) override;
|
H A D | action_sheet_component.cpp | 33 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 D | mock_theme_manager.h | 24 class MockThemeManager : public ThemeManager { 25 DECLARE_ACE_TYPE(MockThemeManager, ThemeManager);
|
/foundation/arkui/ui_lite/test/unittest/themes/ |
H A D | theme_manager_unit_test.cpp | 42 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 D | data_panel_component.cpp | 44 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 D | data_panel_component.h | 115 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 D | mock_theme_manager.cpp | 30 namespace ThemeManager { namespace 37 } // namespace ThemeManager
|
/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component_v2.h | 67 const RefPtr<ThemeManager>& themeManager, const WeakPtr<PipelineContext>& context); 124 RefPtr<ThemeManager> themeManager_;
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.h | 51 RefPtr<Component> BuildChild(const RefPtr<ThemeManager>& themeManager);
|
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_component.h | 52 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 D | picker_base_component.h | 63 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 D | picker_base_component.cpp | 378 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 D | button_component.h | 279 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 D | interactive_effect.h | 53 void Initialize(const RefPtr<ThemeManager>& themeManager);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | data_panel_model_impl.cpp | 62 RefPtr<ThemeManager> dataPanelManager = AceType::MakeRefPtr<ThemeManagerImpl>(); in Create()
|
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.cpp | 38 void OptionComponent::InitTheme(const RefPtr<ThemeManager>& themeManager) in InitTheme()
|
/foundation/arkui/ace_engine/frameworks/core/components/menu/ |
H A D | menu_component.h | 55 void InitTheme(const RefPtr<ThemeManager>& themeManager) in InitTheme()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_progress.cpp | 37 Theme* theme = ThemeManager::GetInstance().GetCurrent(); in UIAbstractProgress()
|