Searched refs:SetAlignmentSwitch (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | render_dialog_tween.h | 67 bool SetAlignmentSwitch(const Size& maxSize, const Size& childSize, Offset& topLeftPoint) const;
|
H A D | render_dialog_tween.cpp | 411 if (SetAlignmentSwitch(maxSize, childSize, topLeftPoint)) { in ComputeChildPosition() 433 bool RenderDialogTween::SetAlignmentSwitch(const Size& maxSize, const Size& childSize, Offset& topL… in SetAlignmentSwitch() function in OHOS::Ace::RenderDialogTween
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.h | 70 bool SetAlignmentSwitch(SizeF& maxSize, const SizeF& childSize, OffsetF& topLeftPoint);
|
H A D | dialog_layout_algorithm.cpp | 710 if (!SetAlignmentSwitch(maxSize, childSize, topLeftPoint)) { in ComputeChildPosition() 762 bool DialogLayoutAlgorithm::SetAlignmentSwitch(SizeF& maxSize, const SizeF& childSize, OffsetF& top… in SetAlignmentSwitch() function in OHOS::Ace::NG::DialogLayoutAlgorithm
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
H A D | dialog_model_test_ng.cpp | 1380 dialogLayoutAlgorithm->SetAlignmentSwitch(maxSize, childSize, topLeftPoint); 1384 dialogLayoutAlgorithm->SetAlignmentSwitch(maxSize, childSize, topLeftPoint);
|
H A D | dialog_test_ng.cpp | 296 auto result = dialogLayoutAlgorithm->SetAlignmentSwitch(maxSize, childSize, topLeftPoint); 311 auto result = dialogLayoutAlgorithm->SetAlignmentSwitch(maxSize, childSize, topLeftPoint);
|