Searched refs:ModelLayoutAlgorithm (Results 1 – 3 of 3) sorted by relevance
25 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);
22 ModelLayoutAlgorithm::ModelLayoutAlgorithm(const WeakPtr<ModelAdapterWrapper>& adapter) : modelAdap… in ModelLayoutAlgorithm() function in OHOS::Ace::NG::ModelLayoutAlgorithm24 std::optional<SizeF> ModelLayoutAlgorithm::MeasureContent( in MeasureContent()
57 return MakeRefPtr<ModelLayoutAlgorithm>(WeakClaim(RawPtr(modelAdapter_))); in CreateLayoutAlgorithm()