Home
last modified time | relevance | path

Searched refs:ModelLayoutAlgorithm (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_layout_algorithm.h25 class ACE_EXPORT ModelLayoutAlgorithm : public BoxLayoutAlgorithm {
26 DECLARE_ACE_TYPE(ModelLayoutAlgorithm, BoxLayoutAlgorithm);
29 ModelLayoutAlgorithm(const WeakPtr<ModelAdapterWrapper>& adapter);
30 ~ModelLayoutAlgorithm() override = default;
37 ACE_DISALLOW_COPY_AND_MOVE(ModelLayoutAlgorithm);
H A Dmodel_layout_algorithm.cpp22 ModelLayoutAlgorithm::ModelLayoutAlgorithm(const WeakPtr<ModelAdapterWrapper>& adapter) : modelAdap… in ModelLayoutAlgorithm() function in OHOS::Ace::NG::ModelLayoutAlgorithm
24 std::optional<SizeF> ModelLayoutAlgorithm::MeasureContent( in MeasureContent()
H A Dmodel_pattern.h57 return MakeRefPtr<ModelLayoutAlgorithm>(WeakClaim(RawPtr(modelAdapter_))); in CreateLayoutAlgorithm()