Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_layout_wrapper_builder.cpp101 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()
H A Dlazy_layout_wrapper_builder.h48 preStartIndex_ = startIndex; in UpdateIndexRange()
75 int32_t preStartIndex_ = -1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.h543 int32_t preStartIndex_ = 0; variable
H A Dlist_layout_algorithm.cpp753 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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_syntax_test_ng.cpp946 lazyLayoutWrapperBuilder->preStartIndex_ = START_ID;