Searched refs:SupplyItems (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 483 SupplyItems(*mainCount_ > 0 ? *mainCount_ - 1 : 0); in InitialGridProp() 507 auto suppleSize = SupplyItems(startIndex); in BuildLazyGridLayout() 710 SupplyItems(startIndex_ - 1); in CalculateViewPort() 781 SupplyItems(startIndex_ - 1); in CalculateViewPort() 806 double RenderGridScroll::SupplyItems(int32_t mainIndex, int32_t itemIndex, bool needPosition) in SupplyItems() function in OHOS::Ace::V2::RenderGridScroll 928 SupplyItems(main); in PerformLayout() 1387 SupplyItems(i, index); in CalculateScrollLength() 1400 SupplyItems(i, index, i != inputIndex); in CalculateScrollLength() 1701 SupplyItems(loadingIndex_); in OnPredictLayout()
|
H A D | render_grid_scroll.h | 180 double SupplyItems(int32_t mainIndex, int32_t itemIndex = -1, bool needPosition = true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow.cpp | 91 SupplyItems(itemIndex, targetPos); in PerformLayout() 445 void RenderWaterFlow::SupplyItems(size_t startIndex, double targetPos) in SupplyItems() function in OHOS::Ace::V2::RenderWaterFlow 822 SupplyItems(itemIndex, GetTargetPos()); in ScrollToIndex() 867 SupplyItems(itemIndex, GetCacheTargetPos()); in OnPredictLayout()
|
H A D | render_water_flow.h | 189 void SupplyItems(size_t startIndex, double targetPos);
|