Home
last modified time | relevance | path

Searched refs:SetThemeStyle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.cpp52 void RatingComponent::SetThemeStyle(const RefPtr<RatingTheme>& theme) in SetThemeStyle() function in OHOS::Ace::RatingComponent
H A Drating_component.h42 void SetThemeStyle(const RefPtr<RatingTheme>& theme);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp32 void SliderComponent::SetThemeStyle(const RefPtr<SliderTheme>& theme) in SetThemeStyle() function in OHOS::Ace::SliderComponent
H A Dslider_component.h48 void SetThemeStyle(const RefPtr<SliderTheme>& theme);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drating_model_impl.cpp61 component->SetThemeStyle(theme); in Create()
H A Dslider_model_impl.cpp31 sliderComponent->SetThemeStyle(theme); in Create()