Home
last modified time | relevance | path

Searched defs:listLayoutAlgorithm (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp132 …auto listLayoutAlgorithm = DynamicCast<ListLayoutAlgorithm>(layoutAlgorithmWrapper->GetLayoutAlgor… in OnDirtyLayoutWrapperSwap() local
560 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm; in CreateLayoutAlgorithm() local
639 RefPtr<ListLayoutAlgorithm> listLayoutAlgorithm, RefPtr<ListLayoutProperty> listLayoutProperty) in SetChainAnimationLayoutAlgorithm()
1833 float ListPattern::UpdateTotalOffset(const RefPtr<ListLayoutAlgorithm>& listLayoutAlgorithm, bool i… in UpdateTotalOffset()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_group_algorithm_test_ng.cpp1176 ListLayoutAlgorithm listLayoutAlgorithm; variable