Searched refs:ScrollBarLayoutAlgorithm (Results 1 – 4 of 4) sorted by relevance
28 class ACE_EXPORT ScrollBarLayoutAlgorithm : public LayoutAlgorithm {29 DECLARE_ACE_TYPE(ScrollBarLayoutAlgorithm, LayoutAlgorithm);32 explicit ScrollBarLayoutAlgorithm(float currentOffset) : currentOffset_(currentOffset) {} in ScrollBarLayoutAlgorithm() function33 ~ScrollBarLayoutAlgorithm() override = default;
78 void ScrollBarLayoutAlgorithm::Measure(LayoutWrapper* layoutWrapper) in Measure()116 void ScrollBarLayoutAlgorithm::Layout(LayoutWrapper* layoutWrapper) in Layout()
68 auto layoutAlgorithm = MakeRefPtr<ScrollBarLayoutAlgorithm>(currentOffset_); in CreateLayoutAlgorithm()
319 …auto layoutAlgorithm = DynamicCast<ScrollBarLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgo… in OnDirtyLayoutWrapperSwap()