Home
last modified time | relevance | path

Searched refs:WrapLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
Dwrap_layout_algorithm.cpp38 void WrapLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()
145 float WrapLayoutAlgorithm::GetMainAxisLengthOfSize(const SizeF& size) const in GetMainAxisLengthOfSize()
153 float WrapLayoutAlgorithm::GetCrossAxisLengthOfSize(const SizeF& size) const in GetCrossAxisLengthOfSize()
161 void WrapLayoutAlgorithm::StretchItemsInContent(LayoutWrapper* layoutWrapper, const ContentInfo& co… in StretchItemsInContent()
182 void WrapLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
199 void WrapLayoutAlgorithm::HandleDialogStretch() in HandleDialogStretch()
204 void WrapLayoutAlgorithm::PerformLayoutInitialize(const RefPtr<LayoutProperty>& layoutProp) in PerformLayoutInitialize()
232 SizeF WrapLayoutAlgorithm::GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLeng… in GetLeftSize()
240 float WrapLayoutAlgorithm::GetItemMainAxisLength(const RefPtr<GeometryNode>& item) const in GetItemMainAxisLength()
245 float WrapLayoutAlgorithm::GetItemCrossAxisLength(const RefPtr<GeometryNode>& item) const in GetItemCrossAxisLength()
[all …]
Dwrap_layout_algorithm.h62 class ACE_EXPORT WrapLayoutAlgorithm : public LayoutAlgorithm {
63 DECLARE_ACE_TYPE(WrapLayoutAlgorithm, LayoutAlgorithm);
66 WrapLayoutAlgorithm() = default;
67 explicit WrapLayoutAlgorithm(bool stretch) : isDialogStretch_(stretch) {}; in WrapLayoutAlgorithm() function
68 ~WrapLayoutAlgorithm() override = default;
133 ACE_DISALLOW_COPY_AND_MOVE(WrapLayoutAlgorithm);
Dflex_layout_pattern.h44 return MakeRefPtr<WrapLayoutAlgorithm>(isDialogStretch_); in CreateLayoutAlgorithm()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/flex/
Dmock_wrap_layout_algorithm.cpp19 void WrapLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) {} in Measure()
21 void WrapLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) {} in Layout()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/flex/
Dflex_test_ng.cpp224 auto flexLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
1462 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
1556 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
1651 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
1745 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
1841 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
1936 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
2030 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
2123 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);