/foundation/arkui/ui_lite/frameworks/themes/ |
H A D | theme.cpp | 21 Theme::Theme() in Theme() function in OHOS::Theme 32 void Theme::InitBasicStyle() in InitBasicStyle() 37 void Theme::InitButtonStyle() in InitButtonStyle() 43 void Theme::InitLabelStyle() in InitLabelStyle() 48 void Theme::InitEditTextStyle() in InitEditTextStyle() 53 void Theme::InitPickerStyle() in InitPickerStyle() 59 void Theme::InitProgressStyle() in InitProgressStyle() 65 void Theme::InitSliderStyle() in InitSliderStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme.h | 25 class Theme : public virtual AceType { class 26 DECLARE_ACE_TYPE(Theme, AceType); 29 Theme() = default; 30 ~Theme() override = default;
|
H A D | icon_theme.h | 27 class IconTheme : public virtual Theme {
28 DECLARE_ACE_TYPE(IconTheme, Theme);
|
H A D | shadow_theme.h | 32 class ACE_FORCE_EXPORT ShadowTheme : public virtual Theme { 33 DECLARE_ACE_TYPE(ShadowTheme, Theme);
|
H A D | blur_style_theme.h | 28 class BlurStyleTheme : public virtual Theme { 29 DECLARE_ACE_TYPE(BlurStyleTheme, Theme);
|
H A D | card_theme.h | 27 class CardTheme : public virtual Theme { 28 DECLARE_ACE_TYPE(CardTheme, Theme);
|
H A D | theme_manager_impl.h | 88 RefPtr<Theme> GetTheme(ThemeType type) override; 104 std::unordered_map<ThemeType, RefPtr<Theme>> themes_;
|
/foundation/arkui/ui_lite/interfaces/kits/themes/ |
H A D | theme_manager.h | 64 void SetCurrent(Theme* theme); 74 Theme* GetCurrent() in GetCurrent() 86 Theme* theme_;
|
H A D | theme.h | 60 class Theme : public HeapBase { class 63 * @brief A constructor used to create a <b>Theme</b> instance. 68 Theme(); 71 * @brief A destructor used to delete the <b>Theme</b> instance. 76 virtual ~Theme() {} in ~Theme()
|
/foundation/arkui/ui_lite/test/unittest/themes/ |
H A D | theme_manager_unit_test.cpp | 37 Theme* theme = new Theme(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/ |
H A D | focus_animation_theme.h | 30 class FocusAnimationTheme : public virtual Theme { 31 DECLARE_ACE_TYPE(FocusAnimationTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/clock/ |
H A D | clock_theme.h | 31 class ClockTheme : public virtual Theme { 32 DECLARE_ACE_TYPE(ClockTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/ |
H A D | semi_modal_theme.h | 26 class SemiModalTheme : public virtual Theme { 27 DECLARE_ACE_TYPE(SemiModalTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/divider/ |
H A D | divider_theme.h | 26 class DividerTheme : public virtual Theme { 27 DECLARE_ACE_TYPE(DividerTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_theme.h | 31 class FormTheme : public virtual Theme { 32 DECLARE_ACE_TYPE(FormTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | marquee_theme.h | 35 class MarqueeTheme : public virtual Theme { 36 DECLARE_ACE_TYPE(MarqueeTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_theme.h | 33 class CameraTheme : public virtual Theme { 34 DECLARE_ACE_TYPE(CameraTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_theme.h | 28 class SwiperTheme : public virtual Theme { 29 DECLARE_ACE_TYPE(SwiperTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | drag_bar_theme.h | 26 class DragBarTheme : public virtual Theme { 27 DECLARE_ACE_TYPE(DragBarTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_theme.h | 31 class ImageTheme : public virtual Theme { 32 DECLARE_ACE_TYPE(ImageTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_theme.h | 29 class ListTheme : public virtual Theme { 30 DECLARE_ACE_TYPE(ListTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_theme.h | 36 class QrcodeTheme : public virtual Theme { 37 DECLARE_ACE_TYPE(QrcodeTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/close_icon/ |
H A D | close_icon_theme.h | 32 class CloseIconTheme : public virtual Theme { 33 DECLARE_ACE_TYPE(CloseIconTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_theme.h | 33 class GridItemTheme : public virtual Theme { 34 DECLARE_ACE_TYPE(GridItemTheme, Theme);
|
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | hyperlink_theme.h | 31 class HyperlinkTheme : public virtual Theme { 32 DECLARE_ACE_TYPE(HyperlinkTheme, Theme);
|