Home
last modified time | relevance | path

Searched refs:buildChildByIndex_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h80 buildChildByIndex_ = std::move(func); in SetBuildChildByIndex()
257 BuildChildByIndex buildChildByIndex_; variable
H A Drender_water_flow.cpp83 if (RenderNode::GetChildren().empty() && !buildChildByIndex_) { in PerformLayout()
451 if (!buildChildByIndex_(startIndex)) { in SupplyItems()
492 if (!buildChildByIndex_(itemIndex)) { in LayoutItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h63 buildChildByIndex_ = std::move(func); in SetBuildChildByIndex()
272 BuildChildByIndex buildChildByIndex_; variable
H A Drender_grid_scroll.cpp457 if (buildChildByIndex_) { in InitialGridProp()
501 if (!buildChildByIndex_ || index < 0 || NearZero(sizeNeed)) { in BuildLazyGridLayout()
821 if (items_.find(item.second) != items_.end() || buildChildByIndex_(item.second)) { in SupplyItems()
905 if (RenderGridLayout::GetChildren().empty() && !buildChildByIndex_) { in PerformLayout()
927 if (buildChildByIndex_ && inCache_.count(main) == 0) { in PerformLayout()
1691 if (!buildChildByIndex_(item.second)) { in OnPredictLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h263 buildChildByIndex_ = std::move(buildChildByIndex); in SetBuildChildByIndex()
623 BuildChildByIndex buildChildByIndex_; variable
H A Drender_swiper.cpp3119 buildChildByIndex_(index); in BuildLazyItems()
3122 buildChildByIndex_(index); in BuildLazyItems()
3126 buildChildByIndex_(index); in BuildLazyItems()
3131 buildChildByIndex_(swipeToIndex_); in BuildLazyItems()
3156 if (!buildChildByIndex_) { in LoadLazyItems()
3166 buildChildByIndex_(++cacheEnd_); in LoadLazyItems()
3174 buildChildByIndex_(cacheEnd_); in LoadLazyItems()
3183 buildChildByIndex_(--cacheStart_); in LoadLazyItems()
3192 buildChildByIndex_(cacheStart_); in LoadLazyItems()