Home
last modified time | relevance | path

Searched defs:endLimit (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp458 int32_t endLimit = std::min(endIndex + cacheCount * lanes_, itemTotalCount_ - 1); in UpdateCachedIndexForward() local
517 int32_t endLimit = std::min(endIndex + forwardCache * lanes_, itemTotalCount_ - 1); in UpdateCachedIndexOmni() local
H A Dlist_item_group_layout_algorithm.cpp269 int32_t endLimit = end + itemStartIndex_ + 1; in SetActiveChildRange() local