Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp482 int32_t startLimit = std::max(startIndex - cacheCount * lanes_, 0); in UpdateCachedIndexBackward() local
511 int32_t startLimit = std::max(startIndex - backwardCache * lanes_, 0); in UpdateCachedIndexOmni() local