Searched refs:ScrollLayoutAlgorithm (Results 1 – 4 of 4) sorted by relevance
30 class ACE_EXPORT ScrollLayoutAlgorithm : public LayoutAlgorithm {31 DECLARE_ACE_TYPE(ScrollLayoutAlgorithm, LayoutAlgorithm);34 explicit ScrollLayoutAlgorithm(float currentOffset) : currentOffset_(currentOffset) {} in ScrollLayoutAlgorithm() function35 ~ScrollLayoutAlgorithm() override = default;
47 void ScrollLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()82 void ScrollLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
74 auto layoutAlgorithm = MakeRefPtr<ScrollLayoutAlgorithm>(currentOffset_); in CreateLayoutAlgorithm()
103 …auto layoutAlgorithm = DynamicCast<ScrollLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgorit… in OnDirtyLayoutWrapperSwap()