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.cpp71 void WrapLayoutAlgorithm::UpdatePercentSensitive(LayoutWrapper *layoutWrapper) in UpdatePercentSensitive()
80 void WrapLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()
204 float WrapLayoutAlgorithm::GetMainAxisLengthOfSize(const SizeF& size) const in GetMainAxisLengthOfSize()
212 float WrapLayoutAlgorithm::GetCrossAxisLengthOfSize(const SizeF& size) const in GetCrossAxisLengthOfSize()
220 void WrapLayoutAlgorithm::StretchItemsInContent(LayoutWrapper* layoutWrapper, const ContentInfo& co… in StretchItemsInContent()
241 void WrapLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
263 void WrapLayoutAlgorithm::HandleDialogStretch() in HandleDialogStretch()
267 void WrapLayoutAlgorithm::PerformLayoutInitialize(const RefPtr<LayoutProperty>& layoutProp) in PerformLayoutInitialize()
305 SizeF WrapLayoutAlgorithm::GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLeng… in GetLeftSize()
313 float WrapLayoutAlgorithm::GetItemMainAxisLength(const RefPtr<GeometryNode>& item) const in GetItemMainAxisLength()
[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;
144 ACE_DISALLOW_COPY_AND_MOVE(WrapLayoutAlgorithm);
Dflex_layout_pattern.h45 return MakeRefPtr<WrapLayoutAlgorithm>(isDialogStretch_); in CreateLayoutAlgorithm()
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
Dflex_testtwo_ng.cpp123 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false); in CreateRTLWrapper()
178 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false); in CreateRTLReverseWrapper()
241 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
335 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
432 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
528 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
626 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
723 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
819 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
912 auto wrapLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);
[all …]
Dflex_test_ng.cpp325 auto flexLayoutAlgorithm = AccessibilityManager::MakeRefPtr<WrapLayoutAlgorithm>(false);