Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
Dcustom_node_layout_algorithm.h34 class ACE_EXPORT CustomNodeLayoutAlgorithm : public BoxLayoutAlgorithm {
35 DECLARE_ACE_TYPE(CustomNodeLayoutAlgorithm, BoxLayoutAlgorithm);
38 …explicit CustomNodeLayoutAlgorithm(const RenderFunction& renderFunction) : renderFunction_(renderF… in CustomNodeLayoutAlgorithm() function
40 ~CustomNodeLayoutAlgorithm() override = default;
73 ACE_DISALLOW_COPY_AND_MOVE(CustomNodeLayoutAlgorithm);
Dcustom_node_layout_algorithm.cpp22 void CustomNodeLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()
88 void CustomNodeLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
Dcustom_node_pattern.cpp27 DynamicCast<CustomNodeLayoutAlgorithm>(dirty->GetLayoutAlgorithm()->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
Dcustom_node_pattern.h36 return MakeRefPtr<CustomNodeLayoutAlgorithm>(renderFunction_); in CreateLayoutAlgorithm()
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
Dcustom_test_ng.cpp651CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411331802()
690CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411331a02()
732CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411331d02()
987CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411332502()
1028CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411332902()
1081 …RefPtr<CustomNodeLayoutAlgorithm> rowLayoutAlgorithm2 = AceType::MakeRefPtr<CustomNodeLayoutAlgori…
1546 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(nullptr);