Home
last modified time | relevance | path

Searched refs:tempEndIndex (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.cpp460 int32_t tempEndIndex = endIndex; in CheckNoNeedJumpListItem() local
464 tempEndIndex = GetLanesFloor(layoutWrapper, tempEndIndex); in CheckNoNeedJumpListItem()
466 if (tempJumpIndex > tempStartIndex && tempJumpIndex < tempEndIndex) { in CheckNoNeedJumpListItem()
469 if (tempJumpIndex == tempStartIndex && tempJumpIndex == tempEndIndex) { in CheckNoNeedJumpListItem()
476 if ((tempJumpIndex == tempEndIndex) && in CheckNoNeedJumpListItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1074 int32_t tempEndIndex = -1; in UseCurrentLines() local
1076 if (!MeasureExistingLine(++currentMainLineIndex_, mainLength, tempEndIndex)) { in UseCurrentLines()
1821 auto tempEndIndex = gridLayoutInfo_.endIndex_; in FillCacheLineAtEnd() local
1832 gridLayoutInfo_.endIndex_ = tempEndIndex; in FillCacheLineAtEnd()