Searched refs:tempStartIndex (Results 1 – 3 of 3) sorted by relevance
54 int32_t tempStartIndex = -1; in UpdateStartIndex() local55 for (const auto& crossItems : items_[GetSegment(tempStartIndex)]) { in UpdateStartIndex()58 … tempStartIndex = tempStartIndex != -1 ? std::min(tempStartIndex, iter.first) : iter.first; in UpdateStartIndex()64 … tempStartIndex = tempStartIndex != -1 ? std::min(tempStartIndex, iter.first) : iter.first; in UpdateStartIndex()69 startIndex_ = tempStartIndex == -1 ? 0 : tempStartIndex; in UpdateStartIndex()
459 int32_t tempStartIndex = startIndex; in CheckNoNeedJumpListItem() local463 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()
539 auto tempStartIndex = gridLayoutInfo_.startIndex_; in FillOneLineForwardWithoutUpdatingStartIndex() local549 gridLayoutInfo_.startIndex_ = tempStartIndex; in FillOneLineForwardWithoutUpdatingStartIndex()