Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_layout_algorithm.h26 class ACE_EXPORT RatingLayoutAlgorithm : public BoxLayoutAlgorithm {
27 DECLARE_ACE_TYPE(RatingLayoutAlgorithm, BoxLayoutAlgorithm);
30 RatingLayoutAlgorithm();
31 RatingLayoutAlgorithm(const RefPtr<ImageLoadingContext>& foregroundLoadingCtx, in RatingLayoutAlgorithm() function
37 ~RatingLayoutAlgorithm() override = default;
56 ACE_DISALLOW_COPY_AND_MOVE(RatingLayoutAlgorithm);
H A Drating_layout_algorithm.cpp24 std::optional<SizeF> RatingLayoutAlgorithm::MeasureContent( in MeasureContent()
68 void RatingLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
H A Drating_pattern.h53 return MakeRefPtr<RatingLayoutAlgorithm>( in CreateLayoutAlgorithm()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
H A Drating_test_ng.cpp725 …auto ratingLayoutAlgorithm = AceType::MakeRefPtr<RatingLayoutAlgorithm>(nullptr, nullptr, nullptr);