Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_algorithm.h39 customBuilderIndex_ = index; in SetCustomBuilderIndex()
60 return customBuilderIndex_.has_value(); in HasCustomBuilderIndex()
69 std::optional<int32_t> customBuilderIndex_; variable
H A Drefresh_layout_algorithm.cpp47 if (HasCustomBuilderIndex() && index == customBuilderIndex_.value_or(0)) { in Measure()
142 … auto builderChild = layoutWrapper->GetOrCreateChildByIndex(customBuilderIndex_.value_or(0)); in PerformLayout()
148 if (index == customBuilderIndex_.value_or(0)) { in PerformLayout()
164 if (index == customBuilderIndex_.value_or(0)) { in PerformLayout()