Home
last modified time | relevance | path

Searched refs:LayoutDirectionForTargetIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h478 LayoutDirection LayoutDirectionForTargetIndex(LayoutWrapper* layoutWrapper, int startIndex);
H A Dlist_layout_algorithm.cpp836 auto layoutDirection = LayoutDirectionForTargetIndex(layoutWrapper, preStartIndex_); in MeasureList()
901 LayoutDirection ListLayoutAlgorithm::LayoutDirectionForTargetIndex(LayoutWrapper* layoutWrapper, in… in LayoutDirectionForTargetIndex() function in OHOS::Ace::NG::ListLayoutAlgorithm
1772 auto layoutDirection = LayoutDirectionForTargetIndex(layoutWrapper, preStartIndex_); in OffScreenLayoutDirection()