Home
last modified time | relevance | path

Searched defs:stars (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_layout_algorithm.cpp40 auto stars = ratingLayoutProperty->GetStarsValue(ratingTheme->GetStarNum()); in MeasureContent() local
84 auto stars = ratingLayoutProperty->GetStarsValue(ratingTheme->GetStarNum()); in Layout() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_rating_ffi.cpp39 auto stars = value <= 0 ? STARS_DEFAULT : value; in FfiOHOSAceFrameworkRatingSetStars() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_grid_item_bridge.cpp83 int32_t stars = rowStartArg->Int32Value(vm); in SetGridItemRowStart() local
135 int32_t stars = columnStartArg->Int32Value(vm); in SetGridItemColumnStart() local
H A Darkts_native_rating_bridge.cpp59 int32_t stars = secondArg->Int32Value(vm); in SetStars() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_rating.cpp112 auto stars = info[0]->ToNumber<int32_t>(); in SetStars() local

Completed in 3 milliseconds