Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dgrid_layout_manager.cpp174 int32_t requestEnd; in RequestMoreItemsIfNeeded() local
175 …CalculateCachedRange(viewBegin, viewEnd, 2 * cachedCount_, requestBegin, requestEnd); // 2: double… in RequestMoreItemsIfNeeded()
176 …erList_.RequestMoreItems(CalculateRepeatedIndex(requestBegin), CalculateRepeatedIndex(requestEnd)); in RequestMoreItemsIfNeeded()
H A Dlist_layout_manager.cpp145 int32_t requestEnd; in RequestMoreItemsIfNeeded() local
146 …CalculateCachedRange(viewBegin, viewEnd, 2 * cachedCount_, requestBegin, requestEnd); // 2: double… in RequestMoreItemsIfNeeded()
147 …erList_.RequestMoreItems(CalculateRepeatedIndex(requestBegin), CalculateRepeatedIndex(requestEnd)); in RequestMoreItemsIfNeeded()