Home
last modified time | relevance | path

Searched refs:Theme (Results 1 - 25 of 157) sorted by relevance

1234567

/foundation/arkui/ui_lite/frameworks/themes/
H A Dtheme.cpp21 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 Dtheme.h25 class Theme : public virtual AceType { class
26 DECLARE_ACE_TYPE(Theme, AceType);
29 Theme() = default;
30 ~Theme() override = default;
H A Dicon_theme.h27 class IconTheme : public virtual Theme {
28 DECLARE_ACE_TYPE(IconTheme, Theme);
H A Dshadow_theme.h32 class ACE_FORCE_EXPORT ShadowTheme : public virtual Theme {
33 DECLARE_ACE_TYPE(ShadowTheme, Theme);
H A Dblur_style_theme.h28 class BlurStyleTheme : public virtual Theme {
29 DECLARE_ACE_TYPE(BlurStyleTheme, Theme);
H A Dcard_theme.h27 class CardTheme : public virtual Theme {
28 DECLARE_ACE_TYPE(CardTheme, Theme);
H A Dtheme_manager_impl.h88 RefPtr<Theme> GetTheme(ThemeType type) override;
104 std::unordered_map<ThemeType, RefPtr<Theme>> themes_;
/foundation/arkui/ui_lite/interfaces/kits/themes/
H A Dtheme_manager.h64 void SetCurrent(Theme* theme);
74 Theme* GetCurrent() in GetCurrent()
86 Theme* theme_;
H A Dtheme.h60 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 Dtheme_manager_unit_test.cpp37 Theme* theme = new Theme(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Dfocus_animation_theme.h30 class FocusAnimationTheme : public virtual Theme {
31 DECLARE_ACE_TYPE(FocusAnimationTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_theme.h31 class ClockTheme : public virtual Theme {
32 DECLARE_ACE_TYPE(ClockTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_theme.h26 class SemiModalTheme : public virtual Theme {
27 DECLARE_ACE_TYPE(SemiModalTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Ddivider_theme.h26 class DividerTheme : public virtual Theme {
27 DECLARE_ACE_TYPE(DividerTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_theme.h31 class FormTheme : public virtual Theme {
32 DECLARE_ACE_TYPE(FormTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Dmarquee_theme.h35 class MarqueeTheme : public virtual Theme {
36 DECLARE_ACE_TYPE(MarqueeTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_theme.h33 class CameraTheme : public virtual Theme {
34 DECLARE_ACE_TYPE(CameraTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_theme.h28 class SwiperTheme : public virtual Theme {
29 DECLARE_ACE_TYPE(SwiperTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Ddrag_bar_theme.h26 class DragBarTheme : public virtual Theme {
27 DECLARE_ACE_TYPE(DragBarTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_theme.h31 class ImageTheme : public virtual Theme {
32 DECLARE_ACE_TYPE(ImageTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_theme.h29 class ListTheme : public virtual Theme {
30 DECLARE_ACE_TYPE(ListTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_theme.h36 class QrcodeTheme : public virtual Theme {
37 DECLARE_ACE_TYPE(QrcodeTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/close_icon/
H A Dclose_icon_theme.h32 class CloseIconTheme : public virtual Theme {
33 DECLARE_ACE_TYPE(CloseIconTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_theme.h33 class GridItemTheme : public virtual Theme {
34 DECLARE_ACE_TYPE(GridItemTheme, Theme);
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_theme.h31 class HyperlinkTheme : public virtual Theme {
32 DECLARE_ACE_TYPE(HyperlinkTheme, Theme);

Completed in 6 milliseconds

1234567