Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.h85 static int32_t GetLazyForEachIndex(const RefPtr<FrameNode>& host);
H A Dlist_lanes_layout_algorithm.cpp351 int32_t ListLanesLayoutAlgorithm::GetLazyForEachIndex(const RefPtr<FrameNode>& host) in GetLazyForEachIndex() function in OHOS::Ace::NG::ListLanesLayoutAlgorithm
375 auto lazyIndex = GetLazyForEachIndex(wrapper->GetHostNode()); in FindLanesStartIndex()