Searched defs:stars (Results 1 – 8 of 8) sorted by relevance
44 auto stars = ratingLayoutProperty->GetStarsValue(ratingTheme->GetStarNum()); in MeasureContent() local88 auto stars = ratingLayoutProperty->GetStarsValue(ratingTheme->GetStarNum()); in Layout() local
34 ### stars subsection
33 ### stars subsection
42 auto stars = value <= 0 ? STARS_DEFAULT : value; in FfiOHOSAceFrameworkRatingSetStars() local
83 int32_t stars = rowStartArg->Int32Value(vm); in SetGridItemRowStart() local135 int32_t stars = columnStartArg->Int32Value(vm); in SetGridItemColumnStart() local
59 int32_t stars = secondArg->Int32Value(vm); in SetStars() local
112 auto stars = info[0]->ToNumber<int32_t>(); in SetStars() local
19885 stars(value) { method in ArkRatingComponent