Home
last modified time | relevance | path

Searched defs:theme (Results 1 - 25 of 463) sorted by relevance

12345678910>>...19

/foundation/arkui/ui_lite/frameworks/themes/
H A Dtheme_manager.cpp25 void ThemeManager::SetCurrent(Theme* theme) in SetCurrent() argument
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.cpp22 void RatingComponent::SetResIdFromTheme(const RefPtr<RatingTheme>& theme) in SetResIdFromTheme() argument
32 void RatingComponent::SetMiniResIdFromTheme(const RefPtr<RatingTheme>& theme) in SetMiniResIdFromTheme() argument
52 SetThemeStyle(const RefPtr<RatingTheme>& theme) SetThemeStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_render_property.h58 auto theme = pipelineContext->GetTheme<DividerTheme>(); variable
59 CHECK_NULL_VOID(theme); variable
H A Ddivider_layout_algorithm.cpp33 auto theme = pipeline->GetTheme<DividerTheme>(); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dapp_theme.cpp22 RefPtr<AppTheme> theme = AceType::Claim(new AppTheme()); in Build() local
H A Dicon_theme.cpp118 RefPtr<IconTheme>theme = AceType::Claim(new IconTheme()); in Build() local
/foundation/arkui/ui_lite/test/unittest/themes/
H A Dtheme_manager_unit_test.cpp37 Theme* theme = new Theme(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_drag_bar_pattern.cpp28 auto theme = NavigationGetTheme(); in UpdateDefaultColor() local
40 auto theme = NavigationGetTheme(); in UpdateActiveColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/
H A Dlinear_indicator_layout_property.cpp34 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp46 auto theme = themeManager->GetTheme<DataPanelTheme>(); in InitalStyle() local
64 auto theme = themeManager->GetTheme<DataPanelTheme>(); in InitalStyle() local
87 auto theme = themeManager->GetTheme<DataPanelTheme>(); InitalStyle() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_accessibility_property.cpp50 auto theme = pipeline->GetTheme<SecurityComponentTheme>(); in GetText() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_sub_1_test.cpp81 auto theme = GetTheme(); in HWTEST_F() local
464 auto theme = GetTheme(); HWTEST_F() local
861 auto theme = GetTheme(); HWTEST_F() local
1103 auto theme = GetTheme(); HWTEST_F() local
1492 auto theme = GetTheme(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Dfocus_animation_theme.h41 RefPtr<FocusAnimationTheme> theme = AceType::Claim(new FocusAnimationTheme()); in Build() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp35 auto theme = GetTheme<PieceTheme>(); in InitializeStyle() local
67 InitializeStyle(RefPtr<PieceTheme>& theme) InitializeStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.cpp35 void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& scrollBarColor, in InitScrollBar() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_theme.h37 RefPtr<SemiModalTheme> theme = AceType::Claim(new SemiModalTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Ddivider_theme.h37 RefPtr<DividerTheme> theme = AceType::Claim(new DividerTheme()); in Build() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_theme.h42 RefPtr<FormTheme> theme = AceType::Claim(new FormTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_component.cpp63 void ProgressComponent::InitStyle(const RefPtr<ProgressTheme>& theme) in InitStyle() argument
/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_theme.h42 RefPtr<ClockTheme> theme = AceType::Claim(new ClockTheme()); in Build() local
/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Dmarquee_theme.h46 RefPtr<MarqueeTheme> theme = AceType::Claim(new MarqueeTheme()); in Build() local
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_theme.h41 RefPtr<PieceTheme> theme = AceType::Claim(new PieceTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp32 void SliderComponent::SetThemeStyle(const RefPtr<SliderTheme>& theme) in SetThemeStyle() argument
44 void SliderComponent::InitStyle(const RefPtr<SliderTheme>& theme) in InitStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_divider.cpp30 auto theme = GetTheme<DividerTheme>(); in InitializeStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp31 CheckableComponent::CheckableComponent(CheckableType type, const RefPtr<CheckableTheme>& theme) : checkableType_(type) in CheckableComponent() argument
36 void CheckableComponent::ApplyTheme(const RefPtr<CheckableTheme>& theme) in ApplyTheme() argument
84 CheckboxComponent(const RefPtr<CheckboxTheme>& theme) CheckboxComponent() argument
88 SwitchComponent(const RefPtr<SwitchTheme>& theme) SwitchComponent() argument
[all...]

Completed in 6 milliseconds

12345678910>>...19