Home
last modified time | relevance | path

Searched refs:DialogLayoutAlgorithm (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
Ddialog_layout_algorithm.cpp48 void DialogLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()
161 void DialogLayoutAlgorithm::AdjustHoverModeForWaterfall(const RefPtr<FrameNode>& frameNode) in AdjustHoverModeForWaterfall()
183 bool DialogLayoutAlgorithm::IsDefaultPosition(const RefPtr<DialogLayoutProperty>& dialogProp) in IsDefaultPosition()
191 void DialogLayoutAlgorithm::ResizeDialogSubwindow( in ResizeDialogSubwindow()
202 void DialogLayoutAlgorithm::UpdateChildMaxSizeHeight(SizeT<float>& maxSize) in UpdateChildMaxSizeHeight()
219 void DialogLayoutAlgorithm::UpdateChildLayoutConstraint(const RefPtr<DialogLayoutProperty>& dialogP… in UpdateChildLayoutConstraint()
238 void DialogLayoutAlgorithm::AnalysisHeightOfChild(LayoutWrapper* layoutWrapper) in AnalysisHeightOfChild()
287 void DialogLayoutAlgorithm::AnalysisLayoutOfContent(LayoutWrapper* layoutWrapper, const RefPtr<Layo… in AnalysisLayoutOfContent()
321 void DialogLayoutAlgorithm::Distribute(float& scrollHeight, float& listHeight, float restHeight) in Distribute()
335 LayoutConstraintF DialogLayoutAlgorithm::CreateDialogChildConstraint( in CreateDialogChildConstraint()
[all …]
Ddialog_layout_algorithm.h41 class ACE_EXPORT DialogLayoutAlgorithm : public LayoutAlgorithm {
42 DECLARE_ACE_TYPE(DialogLayoutAlgorithm, LayoutAlgorithm);
45 DialogLayoutAlgorithm() = default;
46 DialogLayoutAlgorithm(WeakPtr<PipelineContext> context) : context_(context) {} in DialogLayoutAlgorithm() function
47 ~DialogLayoutAlgorithm() override = default;
155 ACE_DISALLOW_COPY_AND_MOVE(DialogLayoutAlgorithm);
Ddialog_pattern.cpp2397 return context == nullptr ? AceType::MakeRefPtr<DialogLayoutAlgorithm>() in CreateLayoutAlgorithm()
2398 : AceType::MakeRefPtr<DialogLayoutAlgorithm>(WeakClaim(context)); in CreateLayoutAlgorithm()
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
Ddialog_layout_test_ng.cpp210 DialogLayoutAlgorithm dialogLayoutAlgorithm;
225 DialogLayoutAlgorithm dialogLayoutAlgorithm2;
240 DialogLayoutAlgorithm dialogLayoutAlgorithm;
284 DialogLayoutAlgorithm dialogLayoutAlgorithm;
368 DialogLayoutAlgorithm dialogLayoutAlgorithm;
414 DialogLayoutAlgorithm dialogLayoutAlgorithm;
482 DialogLayoutAlgorithm dialogLayoutAlgorithm;
554 DialogLayoutAlgorithm dialogLayoutAlgorithm;
596 DialogLayoutAlgorithm dialogLayoutAlgorithm;
645 DialogLayoutAlgorithm dialogLayoutAlgorithm;
[all …]
Ddialog_model_test_ng.cpp957 RefPtr<DialogLayoutAlgorithm> layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1011 RefPtr<DialogLayoutAlgorithm> layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1206 RefPtr<DialogLayoutAlgorithm> layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1230 auto layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1269 auto layoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1316 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1352 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1772 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1791 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1810 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
[all …]
Ddialog_test_ng.cpp348 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
400 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
571 auto dialogLayoutAlgorithm = AceType::MakeRefPtr<DialogLayoutAlgorithm>();
1076 DialogLayoutAlgorithm dialogLayoutAlgorithm;
1177 DialogLayoutAlgorithm dialogLayoutAlgorithm;
1290 DialogLayoutAlgorithm algorithm;
1808 DialogLayoutAlgorithm dialogLayoutAlgorithm;
2119 DialogLayoutAlgorithm dialogLayoutAlgorithm;