/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/themes/ |
H A D | theme_manager.h | 47 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 D | theme_manager.h | 25 class ACE_EXPORT ThemeManager : public AceType { 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);
|
/ohos5.0/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;
|
/ohos5.0/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)…
|
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>&… 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 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<Colu… in BuildActions()
|
H A D | dialog_component.cpp | 73 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 D | theme_manager_unit_test.cpp | 42 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 D | action_sheet_component.h | 27 void BuildChild(const RefPtr<ThemeManager>& themeManager) override; 32 …void BuildActions(const RefPtr<ThemeManager>& themeManager, const RefPtr<ColumnComponent>& column)…
|
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<Colu… in BuildActions()
|
/ohos5.0/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);
|
/ohos5.0/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_;
|
/ohos5.0/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_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_base_component.h | 63 …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 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()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | mock_theme_manager.cpp | 30 namespace ThemeManager { namespace
|
/ohos5.0/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& … 280 …static RefPtr<ButtonComponent> Build(const RefPtr<ThemeManager>& themeManager, const std::string& …
|
H A D | button_component.cpp | 45 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 D | counter_component.h | 51 RefPtr<Component> BuildChild(const RefPtr<ThemeManager>& themeManager);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | data_panel_model_impl.cpp | 63 RefPtr<ThemeManager> dataPanelManager = AceType::MakeRefPtr<ThemeManagerImpl>(); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | interactive_effect.h | 53 void Initialize(const RefPtr<ThemeManager>& themeManager);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/ |
H A D | menu_component.h | 55 void InitTheme(const RefPtr<ThemeManager>& themeManager) in InitTheme()
|