Home
last modified time | relevance | path

Searched refs:currEndCacheCount_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.cpp179 currEndCacheCount_ = 0; in LayoutOrRecycleCurrentItems()
183 if (GreatNotEqual(curMainPos, endMainPos_) && currEndCacheCount_ >= endCacheCount_) { in LayoutOrRecycleCurrentItems()
192 currEndCacheCount_++; in LayoutOrRecycleCurrentItems()
209 if (GreatOrEqual(curMainPos, endMainPos_) && currEndCacheCount_ >= endCacheCount_) { in RequestNewItemsAtEnd()
226 currEndCacheCount_++; in RequestNewItemsAtEnd()
H A Drender_list_item_group.h98 return currEndCacheCount_; in GetCurrEndCacheCount()
204 size_t currEndCacheCount_ = 0; variable