Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp117 SetHeight(theme->GetRatingMiniHeight()); in SetThemeAttrs()
118 …boxComponent_->SetHeight(theme->GetRatingMiniHeight().Value(), theme->GetRatingMiniHeight().Unit()… in SetThemeAttrs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_layout_algorithm.cpp62 …indicator ? ratingTheme->GetRatingMiniHeight().ConvertToPx() : ratingTheme->GetRatingHeight().Conv… in MeasureContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drating_model_impl.cpp44 boxComponent->SetHeight(theme->GetRatingMiniHeight()); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_theme.h106 const Dimension& GetRatingMiniHeight() const in GetRatingMiniHeight() function