Home
last modified time | relevance | path

Searched refs:judgeIndex (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.h391 const RefPtr<ListLayoutProperty>& layoutProperty, int32_t indexInGroup, int32_t judgeIndex,
H A Dlist_layout_algorithm.cpp568 const RefPtr<ListLayoutProperty>& layoutProperty, int32_t indexInGroup, int32_t judgeIndex, in JudgeOutOfScreenScrollAutoType() argument
576 if (judgeIndex < startIndex) { in JudgeOutOfScreenScrollAutoType()
582 } else if (judgeIndex > endIndex) { in JudgeOutOfScreenScrollAutoType()