Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
Dmodel_layout_algorithm.h26 class ACE_EXPORT ModelLayoutAlgorithm : public BoxLayoutAlgorithm {
27 DECLARE_ACE_TYPE(ModelLayoutAlgorithm, BoxLayoutAlgorithm);
30 ModelLayoutAlgorithm(const WeakPtr<ModelAdapterWrapper>& adapter);
31 ~ModelLayoutAlgorithm() override = default;
38 ACE_DISALLOW_COPY_AND_MOVE(ModelLayoutAlgorithm);
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()
Dmodel_pattern.h56 return MakeRefPtr<ModelLayoutAlgorithm>(WeakClaim(RawPtr(modelAdapter_))); in CreateLayoutAlgorithm()