Home
last modified time | relevance | path

Searched refs:WaterFlowLayoutSW (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp30 void WaterFlowLayoutSW::Measure(LayoutWrapper* wrapper) in Measure()
171 bool WaterFlowLayoutSW::ItemHeightChanged() const in ItemHeightChanged()
186 void WaterFlowLayoutSW::CheckReset() in CheckReset()
218 bool WaterFlowLayoutSW::CheckData() const in CheckData()
249 void WaterFlowLayoutSW::ApplyDelta(float delta) in ApplyDelta()
491 void WaterFlowLayoutSW::ClearBack(float bound) in ClearBack()
509 void WaterFlowLayoutSW::ClearFront() in ClearFront()
636 void WaterFlowLayoutSW::AdjustOverScroll() in AdjustOverScroll()
701 void WaterFlowLayoutSW::LayoutSection( in LayoutSection()
790 void WaterFlowLayoutSW::StartCacheLayout() in StartCacheLayout()
[all …]
H A Dwater_flow_layout_sw.h26 class ACE_EXPORT WaterFlowLayoutSW : public WaterFlowSegmentLayoutBase {
27 DECLARE_ACE_TYPE(WaterFlowLayoutSW, WaterFlowSegmentLayoutBase);
30 explicit WaterFlowLayoutSW(const RefPtr<WaterFlowLayoutInfoSW>& info) : info_(info) {} in WaterFlowLayoutSW() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp166 algorithm = MakeRefPtr<WaterFlowLayoutSW>(DynamicCast<WaterFlowLayoutInfoSW>(layoutInfo_)); in CreateLayoutAlgorithm()