Searched refs:CustomNodeLayoutAlgorithm (Results 1 – 5 of 5) sorted by relevance
34 class ACE_EXPORT CustomNodeLayoutAlgorithm : public BoxLayoutAlgorithm {35 DECLARE_ACE_TYPE(CustomNodeLayoutAlgorithm, BoxLayoutAlgorithm);38 …explicit CustomNodeLayoutAlgorithm(const RenderFunction& renderFunction) : renderFunction_(renderF… in CustomNodeLayoutAlgorithm() function40 ~CustomNodeLayoutAlgorithm() override = default;73 ACE_DISALLOW_COPY_AND_MOVE(CustomNodeLayoutAlgorithm);
22 void CustomNodeLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()88 void CustomNodeLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
27 DynamicCast<CustomNodeLayoutAlgorithm>(dirty->GetLayoutAlgorithm()->GetLayoutAlgorithm()); in OnDirtyLayoutWrapperSwap()
36 return MakeRefPtr<CustomNodeLayoutAlgorithm>(renderFunction_); in CreateLayoutAlgorithm()
651 … CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411331802()690 … CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411331a02()732 … CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411331d02()987 … CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411332502()1028 … CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm([](int64_t deadline, bool& isTimeout) { in __anonbfd411332902()1081 …RefPtr<CustomNodeLayoutAlgorithm> rowLayoutAlgorithm2 = AceType::MakeRefPtr<CustomNodeLayoutAlgori…1546 CustomNodeLayoutAlgorithm test = CustomNodeLayoutAlgorithm(nullptr);