/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | app_theme.cpp | 26 auto themeStyle = themeConstants->GetThemeStyle(); in Build() local
|
H A D | blur_style_theme.cpp | 36 const RefPtr<ThemeStyle>& themeStyle, const RefPtr<BlurStyleTheme>& theme) const in ParsePattern() argument 63 const RefPtr<ThemeStyle>& themeStyle, const std::string& styleName, bool isDark) const in ParseBlurParam() argument
|
H A D | shadow_theme.h | 54 void ParsePattern(const RefPtr<ThemeStyle>& themeStyle, const RefPtr<ShadowTheme>& theme) in ParsePattern() 70 …const RefPtr<ThemeStyle>& themeStyle, ShadowStyle shadowStyle, const std::string& name, bool isDar… in ParseShadowParam()
|
H A D | theme_manager_impl.cpp | 185 auto themeStyle = themeConstants_->GetThemeStyle(); in GetBackgroundColor() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | drag_bar_theme.h | 43 auto themeStyle = themeConstants->GetThemeStyle(); in Build() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_theme.h | 46 auto themeStyle = themeConstants->GetThemeStyle(); in Build() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_theme.cpp | 22 auto themeStyle = themeConstants->GetThemeStyle(); in ParsePattern() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_theme.h | 53 auto themeStyle = themeConstants->GetThemeStyle(); in Build() local 73 …tializeButtonTextStyles(const RefPtr<PickerTheme>& theme, const RefPtr<ThemeStyle>& themeStyle) co… in InitializeButtonTextStyles() 82 …itializeTitleTextStyles(const RefPtr<PickerTheme>& theme, const RefPtr<ThemeStyle>& themeStyle) co… in InitializeTitleTextStyles() 94 …nitializeItemTextStyles(const RefPtr<PickerTheme>& theme, const RefPtr<ThemeStyle>& themeStyle) co… in InitializeItemTextStyles() 144 …id InitializeTextStyles(const RefPtr<PickerTheme>& theme, const RefPtr<ThemeStyle>& themeStyle) co… in InitializeTextStyles()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_util.h | 84 auto themeStyle = themeConstants->GetThemeStyle(); in ParseThemeReference() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_theme.h | 62 …void ParsePattern(const RefPtr<ThemeStyle>& themeStyle, const RefPtr<ContainerModalTheme>& theme) … in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/ |
H A D | aging_adapation_dialog_theme.h | 54 auto themeStyle = themeConstants->GetThemeStyle(); in Build() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_theme.h | 52 auto themeStyle = themeConstants->GetThemeStyle(); in Build() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_theme.h | 58 …void ParsePattern(const RefPtr<ThemeStyle>& themeStyle, const RefPtr<TextOverlayTheme>& theme) con… in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_theme.h | 52 … void ParsePattern(const RefPtr<ThemeStyle>& themeStyle, const RefPtr<ProgressTheme>& theme) const in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_theme.h | 66 … void ParsePattern(const RefPtr<ThemeStyle>& themeStyle, const RefPtr<MenuTheme>& theme) const in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_item_theme.h | 58 … void ParsePattern(const RefPtr<ThemeStyle>& themeStyle, const RefPtr<ListItemTheme>& theme) const in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 523 auto themeStyle = themeConstants->GetThemeStyle(); in ParseThemeReference() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | textfield_theme.h | 57 … void ParsePattern(const RefPtr<ThemeStyle>& themeStyle, const RefPtr<TextFieldTheme>& theme) const in ParsePattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 963 auto themeStyle = themeConstants->GetThemeStyle(); in ParseThemeReference() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testtwo.cpp | 277 auto themeStyle = AceType::MakeRefPtr<ThemeStyle>(); variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl_v2.cpp | 252 auto themeStyle = resourceThemeStyle.Upgrade(); in PreloadTheme() local
|