Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp458 int32_t tempJumpIndex = jumpIndex; in CheckNoNeedJumpListItem() local
462 tempJumpIndex = GetLanesFloor(layoutWrapper, jumpIndex); in CheckNoNeedJumpListItem()
466 if (tempJumpIndex > tempStartIndex && tempJumpIndex < tempEndIndex) { in CheckNoNeedJumpListItem()
469 if (tempJumpIndex == tempStartIndex && tempJumpIndex == tempEndIndex) { in CheckNoNeedJumpListItem()
472 if ((tempJumpIndex == tempStartIndex) && in CheckNoNeedJumpListItem()
476 if ((tempJumpIndex == tempEndIndex) && in CheckNoNeedJumpListItem()