Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp54 int32_t tempStartIndex = -1; in UpdateStartIndex() local
55 for (const auto& crossItems : items_[GetSegment(tempStartIndex)]) { in UpdateStartIndex()
58tempStartIndex = tempStartIndex != -1 ? std::min(tempStartIndex, iter.first) : iter.first; in UpdateStartIndex()
64tempStartIndex = tempStartIndex != -1 ? std::min(tempStartIndex, iter.first) : iter.first; in UpdateStartIndex()
69 startIndex_ = tempStartIndex == -1 ? 0 : tempStartIndex; in UpdateStartIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp459 int32_t tempStartIndex = startIndex; in CheckNoNeedJumpListItem() local
463 tempStartIndex = GetLanesFloor(layoutWrapper, tempStartIndex); in CheckNoNeedJumpListItem()
466 if (tempJumpIndex > tempStartIndex && tempJumpIndex < tempEndIndex) { in CheckNoNeedJumpListItem()
469 if (tempJumpIndex == tempStartIndex && tempJumpIndex == tempEndIndex) { in CheckNoNeedJumpListItem()
472 if ((tempJumpIndex == tempStartIndex) && in CheckNoNeedJumpListItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp539 auto tempStartIndex = gridLayoutInfo_.startIndex_; in FillOneLineForwardWithoutUpdatingStartIndex() local
549 gridLayoutInfo_.startIndex_ = tempStartIndex; in FillOneLineForwardWithoutUpdatingStartIndex()