Searched refs:requestEnd (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | grid_layout_manager.cpp | 174 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 D | list_layout_manager.cpp | 145 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()
|