Searched refs:preStartIndex_ (Results 1 – 5 of 5) sorted by relevance
101 if ((index >= preStartIndex_) && (index <= preEndIndex_)) { in OnGetOrCreateWrapperByIndexLegacy()103 std::advance(iter, index - preStartIndex_); in OnGetOrCreateWrapperByIndexLegacy()190 if ((index >= preStartIndex_) && (index <= preEndIndex_)) { in GetKeyByIndexFromPreNodes()192 std::advance(iter, index - preStartIndex_); in GetKeyByIndexFromPreNodes()
48 preStartIndex_ = startIndex; in UpdateIndexRange()75 int32_t preStartIndex_ = -1; variable
543 int32_t preStartIndex_ = 0; variable
753 preStartIndex_ = pattern->GetStartIndex(); in MeasureList()836 auto layoutDirection = LayoutDirectionForTargetIndex(layoutWrapper, preStartIndex_); in MeasureList()1658 bool needMeasureFormLastItem = index < preStartIndex_; in SetListItemGroupParam()1772 auto layoutDirection = LayoutDirectionForTargetIndex(layoutWrapper, preStartIndex_); in OffScreenLayoutDirection()
946 lazyLayoutWrapperBuilder->preStartIndex_ = START_ID;