Home
last modified time | relevance | path

Searched refs:SetStarNum (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp141 ratingChild_->SetStarNum(theme->GetStarNum()); in SetThemeAttrs()
157 ratingChild_->SetStarNum(starNum_.first); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.cpp57 SetStarNum(theme->GetStarNum()); in SetThemeStyle()
H A Drating_component.h49 void SetStarNum(int32_t starNum) in SetStarNum() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drating_model_impl.cpp82 ratingComponent->SetStarNum(value); in SetStars()